Client class

Class that abstracts the clients returned in LoginResponse

Inheritance

Constructors

Client.new(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pairinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromJson(Map<String, dynamic> json) Client
Method used in IdempiereClient.post and IdempiereClient.put to deserialize the response of the request with current model
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Method used in IdempiereClient.post and IdempiereClient.put to serialize the model
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

className → const String