call abstract method

TRes call({
  1. String? title,
  2. String? description,
  3. String? icon,
  4. String? style,
  5. bool? enable,
  6. Input$MediaInput? media,
  7. List<Input$AudienceCriteriaFieldInput>? fields,
})

Implementation

TRes call({
  String? title,
  String? description,
  String? icon,
  String? style,
  bool? enable,
  Input$MediaInput? media,
  List<Input$AudienceCriteriaFieldInput>? fields,
});