call abstract method

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

Implementation

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