HMSVideoResolution constructor Null safety

HMSVideoResolution(
  1. {required double height,
  2. required double width}
)

Implementation

HMSVideoResolution({required this.height, required this.width});