H264 constructor Null safety

H264(
  1. {required int govLength,
  2. required String h264Profile}
)

Implementation

H264({required this.govLength, required this.h264Profile});