CustomLocalRender constructor Null safety

CustomLocalRender(
  1. {required String userId,
  2. required bool isFront,
  3. required int streamType,
  4. required int width,
  5. required int height}
)

Implementation

CustomLocalRender(
    {required this.userId,
    required this.isFront,
    required this.streamType,
    required this.width,
    required this.height});