TransferError class abstract

Annotations
  • @freezed

Constructors

TransferError.new({String? code, String? description, String? reason, String? field, String? step, String? id, String? source, String? metadata})
const
factory
TransferError.fromJson(Map<String, dynamic> json)
factory

Properties

code String?
no setterinherited
copyWith → $TransferErrorCopyWith<TransferError>
Create a copy of TransferError with the given fields replaced by the non-null parameter values.
no setterinherited
description String?
no setterinherited
field String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String?
no setterinherited
metadata String?
no setterinherited
reason String?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String?
no setterinherited
step String?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Serializes this TransferError to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

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