call abstract method

$R call({
  1. String? title,
  2. String? codeName,
  3. DateTime? date,
  4. Duration? duration,
  5. String? location,
  6. int? place,
})

Implementation

$R call({
  String? title,
  String? codeName,
  DateTime? date,
  Duration? duration,
  String? location,
  int? place,
});