call abstract method

TRes call({
  1. DateTime? from,
  2. DateTime? to,
  3. Input$PictureInput? picture,
  4. Input$FullAddressInput? address,
  5. String? event,
  6. String? title,
  7. String? description,
  8. Input$ProgramBookingInput? booking,
  9. List<Input$ProgramTranslationInput>? translation,
})

Implementation

TRes call({
  DateTime? from,
  DateTime? to,
  Input$PictureInput? picture,
  Input$FullAddressInput? address,
  String? event,
  String? title,
  String? description,
  Input$ProgramBookingInput? booking,
  List<Input$ProgramTranslationInput>? translation,
});