ResendRequest class
Метод отправляет все неотправленные уведомления.
- Inheritance
- Object
- AcquiringRequest
- ResendRequest
- Annotations
- @JsonSerializable(includeIfNull: false)
Constructors
- ResendRequest({String signToken})
- Создает экземпляр метода по отправки неотправленых уведомлений
-
ResendRequest.fromJson(Map<
String, dynamic> json) -
Преобразование json в модель
factory
Properties
- apiMethod → String
-
Метод запроса
read-only, override
-
equals
→ Map<
String, Object> -
Объекты для сравнения
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- signToken → String
-
Опциональный параметр: готовая подпись запроса
@JsonKey(name: JsonKeys.token), final, inherited
Methods
-
copyWith(
{String signToken}) → ResendRequest -
Создает экземпляр с заданными параметрами
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, dynamic> -
Преобразование модели в json
override
-
toString(
) → String -
A string representation of this object. [...]
inherited
-
validate(
) → void -
Метод проверяет валидность данных
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited