JSONRequestHolder<T> class abstract

Constructors

JSONRequestHolder()

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonResponse Future<Object>
no setter
listParser JSONListParser<T>?
Use it if your parserType was LIST. If you do not fill it in, you will see a warning on the console.
no setter
mapParser JSONMapParser<T>?
Use it if your parserType was MAP. If you do not fill it in, you will see a warning on the console.
no setter
parserType JSONParserType
Select parserType. LIST or MAP
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings JSONRequestHolderSettings
You can turn of debugPrint.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send() Future<T?>
Use it if you want to send your request. async method which will return your type T if the process was successful. In case of failure, null or error is returned. The console indicates the logs.
toString() String
A string representation of this object.
inherited

Operators

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