ModelAccessQuery class

Stores information for accessing the server.

サーバーにアクセスするための情報を格納します。

Available Extensions

Constructors

ModelAccessQuery({required String endpoint, ModelAccessQueryType type = ModelAccessQueryType.get, DynamicMap headers = const {}, DynamicMap parameters = const {}})
const

Properties

endpoint String
The endpoint to access the server.
final
hashCode int
The hash code for this object.
no setterinherited
headers DynamicMap
Header data to be sent to the server.
final
parameters DynamicMap
Parameters to be sent to the server.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ModelAccessQueryType
The type of access to the server.
final

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