TransactionsResponse class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- TransactionsResponse({required TransactionsResponse$Data data})
-
TransactionsResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- data → TransactionsResponse$Data
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{TransactionsResponse$Data? data}) → TransactionsResponse -
Available on TransactionsResponse, provided by the $TransactionsResponseExtension extension
-
copyWithWrapped(
{Wrapped< TransactionsResponse$Data> ? data}) → TransactionsResponse -
Available on TransactionsResponse, provided by the $TransactionsResponseExtension 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 TransactionsResponse Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(TransactionsResponse instance)