call abstract method

TRes call({
  1. String? title,
  2. String? description,
  3. DateTime? date,
  4. Input$PictureInput? picture,
  5. List<Input$EventSegmentTranslateInput>? translation,
})

Implementation

TRes call({
  String? title,
  String? description,
  DateTime? date,
  Input$PictureInput? picture,
  List<Input$EventSegmentTranslateInput>? translation,
});