RequestParams class

Интерфейс request_params

Annotations
  • @JsonSerializable()

Constructors

RequestParams.new({required String key, required Object value})
Экземляр интерфейса request_params
RequestParams.fromJson(Map<String, dynamic> json)
Преобразует JSON в экземпляр класса
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Key
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Object
Value
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Преобразует экземпляр в JSON
toString() String
A string representation of this object.
inherited

Operators

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