PullLink class

Inheritance

Constructors

PullLink(int ticketId, Link? decorator, Map<String, dynamic> _baseJSON, {int? offset, int range = 15, int? baseId})

Properties

decorator Link?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
limitArray List?
getter/setter pair
returnBase int?
getter/setter pair
returnOffset int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticketId int
getter/setter pair

Methods

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

Operators

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