WalletTransactionListRequestOptions class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- WalletTransactionListRequestOptions({DateTime? startTime, DateTime? endTime})
-
WalletTransactionListRequestOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{DateTime? startTime, DateTime? endTime}) → WalletTransactionListRequestOptions -
Available on WalletTransactionListRequestOptions, provided by the $WalletTransactionListRequestOptionsExtension extension
-
copyWithWrapped(
{Wrapped< DateTime?> ? startTime, Wrapped<DateTime?> ? endTime}) → WalletTransactionListRequestOptions -
Available on WalletTransactionListRequestOptions, provided by the $WalletTransactionListRequestOptionsExtension 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 WalletTransactionListRequestOptions Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WalletTransactionListRequestOptions instance)