EventList class

A resource list containing events

Inheritance

Constructors

EventList()
Default Constructor
EventList.fromJson(Map<String, dynamic> json)
Convert from JSON

Properties

available int?
The number of total available items in this list. Will always be greater than or equal to the "returned" value.
getter/setter pairinherited
collectionUri String?
The path to the full list of items in this collection
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
items List<EventSummary>?
The list of returned summary items in this collection
getter/setter pairinherited
returned int?
The number of items returned in this collection (up to 20).
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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