NERtcLiveStreamLayout constructor Null safety

NERtcLiveStreamLayout(
  1. {int? width,
  2. int? height,
  3. NERtcLiveStreamImageInfo? backgroundImg,
  4. List<NERtcLiveStreamUserTranscoding>? userTranscodingList,
  5. Color? backgroundColor}
)

Implementation

NERtcLiveStreamLayout({
  this.width,
  this.height,
  this.backgroundImg,
  this.userTranscodingList,
  this.backgroundColor,
});