ChangeList class

Change list class, which is used to parse and serialize change list data transferred over the network.

Constructors

ChangeList.fromMap(Map map)
factory

Properties

category String?
The resource type.
getter/setter pair
changes List<Change>?
List of changes.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newStartCursor String?
Cursor for the start page of new changes.
getter/setter pair
nextCursor String?
Cursor for the next page of changes, which is contained only when there are still changes to be returned.
getter/setter pair
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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