toUpdateObjectJson method

Map<String, dynamic> toUpdateObjectJson()

Implementation

Map<String, dynamic> toUpdateObjectJson() => {
      'name': name,
      'start_date': startDate,
      'end_date': endDate,
      'attendees': attendees,
      'record': record,
      'public': public,
      'scheduled': scheduled,
      'notify': notify,
      'notify_before': notifyBefore,
    };