call abstract method
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,
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,
});