call abstract method

TRes call({
  1. String? title,
  2. double? seconds,
  3. double? end_seconds,
  4. String? scene_id,
  5. String? primary_tag_id,
  6. List<String>? tag_ids,
})

Implementation

TRes call({
  String? title,
  double? seconds,
  double? end_seconds,
  String? scene_id,
  String? primary_tag_id,
  List<String>? tag_ids,
});