call abstract method

TRes call({
  1. String? path,
  2. double? duration,
  3. String? $__typename,
  4. String? basename,
  5. String? format,
  6. int? width,
  7. int? height,
  8. String? video_codec,
  9. String? audio_codec,
  10. int? bit_rate,
  11. double? frame_rate,
})

Implementation

TRes call({
  String? path,
  double? duration,
  String? $__typename,
  String? basename,
  String? format,
  int? width,
  int? height,
  String? video_codec,
  String? audio_codec,
  int? bit_rate,
  double? frame_rate,
});