Event class
<p>This class creates an event model and returns an Event instance.</p>
Constructors
Event ({String? id, String? title, String? description, String? attendees, String? location, double? latitude, double? longitude, bool? recurring, bool? allDay, String? startDate, String? endDate, String? startTime, String? endTime, String? recurrence, bool? isPublic, bool? isRegistered, bool? isRegisterable, User? creator, OrgInfo? organization, List<User>? admins, List<User>? registrants})
Event.fromJson (Map<String, dynamic> json)
factory
Properties
admins ↔ List<User>?
<span class="feature">read / write</span>
allDay ↔ bool?
<span class="feature">read / write</span>
attendees ↔ String?
<span class="feature">read / write</span>
creator ↔ User?
<span class="feature">read / write</span>
description ↔ String?
<span class="feature">read / write</span>
endDate ↔ String?
<span class="feature">read / write</span>
endTime ↔ String?
<span class="feature">read / write</span>
hashCode → int
The hash code for this object.
<span class="feature">read-only</span><span class="feature">inherited</span>
id ↔ String?
<span class="feature">read / write</span>
isPublic ↔ bool?
<span class="feature">read / write</span>
isRegisterable ↔ bool?
<span class="feature">read / write</span>
isRegistered ↔ bool?
<span class="feature">read / write</span>
latitude ↔ double?
<span class="feature">read / write</span>
location ↔ String?
<span class="feature">read / write</span>
longitude ↔ double?
<span class="feature">read / write</span>
organization ↔ OrgInfo?
<span class="feature">read / write</span>
recurrence ↔ String?
<span class="feature">read / write</span>
recurring ↔ bool?
<span class="feature">read / write</span>
registrants ↔ List<User>?
<span class="feature">read / write</span>
runtimeType → Type
A representation of the runtime type of the object.
<span class="feature">read-only</span><span class="feature">inherited</span>
startDate ↔ String?
<span class="feature">read / write</span>
startTime ↔ String?
<span class="feature">read / write</span>
title ↔ String?
<span class="feature">read / write</span>
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
<span class="feature">inherited</span>
toString() String
A string representation of this object.
<span class="feature">inherited</span>
Operators
operator ==(Object other) bool
The equality operator.
<span class="feature">inherited</span>