TransferListResponse class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
TransferListResponse({required List<
Transfer> transfers, required String requestId}) -
TransferListResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{List< Transfer> ? transfers, String? requestId}) → TransferListResponse -
Available on TransferListResponse, provided by the $TransferListResponseExtension extension
-
copyWithWrapped(
{Wrapped< List< ? transfers, Wrapped<Transfer> >String> ? requestId}) → TransferListResponse -
Available on TransferListResponse, provided by the $TransferListResponseExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const TransferListResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransferListResponse instance)