Result class

Mixed-in types

Constructors

Result()

Properties

bg int?
getter/setter pair
ed int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ls bool?
getter/setter pair
pgs String?
getter/setter pair
rg List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sn int?
getter/setter pair
ws List<Ws>?
getter/setter pair

Methods

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

Operators

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