StreamingVideoSettings constructor Null safety

const StreamingVideoSettings(
  1. {int? width,
  2. int? height,
  3. int? fps,
  4. int? bitrate,
  5. String? backgroundColor}
)

Implementation

const factory StreamingVideoSettings({
  int? width,
  int? height,
  int? fps,
  int? bitrate,
  String? backgroundColor,
}) = _StreamingVideoSettings;