ModelResponse class abstract

Implementers

Constructors

ModelResponse({int? responseCode, String? sessionToken, String? txToken})
ModelResponse.fromJson(Map<String, dynamic> json)
Parse the json and populate data

Properties

hashCode int
The hash code for this object.
no setterinherited
responseCode int?
The response code returned from Kyte API, which is the same as HTTP response codes
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionToken String?
The session token returned from the API. This value defaults to "0" when there is no active session
getter/setter pair
txToken String?
The transaction token returned from the API. This value defaults to "0" when there is no active session
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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