EventDateTime class

Constructors

EventDateTime({LocalizedString? customDoorsOpenLabel, String? doorsOpen, String? doorsOpenLabel, String? end, String? kind, String? start})
EventDateTime.fromJson(Map json_)

Properties

customDoorsOpenLabel ↔ LocalizedString?
A custom label to use for the doors open value (doorsOpen) on the card detail view.
getter/setter pair
doorsOpen ↔ String?
The date/time when the doors open at the venue.
getter/setter pair
doorsOpenLabel ↔ String?
The label to use for the doors open value (doorsOpen) on the card detail view.
getter/setter pair
end ↔ String?
The date/time when the event ends.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
kind ↔ String?
Identifies what kind of resource this is.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
start ↔ String?
The date/time when the event starts.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited