Client class
Class that abstracts the clients returned in LoginResponse
Constructors
-
Client.new(Map<
String, dynamic> json)
Properties
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