call abstract method

TRes call({
  1. String? title,
  2. String? description,
  3. String? icon,
  4. Input$MediaInput? media,
  5. List<Input$AudienceSegmentInput>? segments,
})

Implementation

TRes call({
  String? title,
  String? description,
  String? icon,
  Input$MediaInput? media,
  List<Input$AudienceSegmentInput>? segments,
});