InvestmentsTransactionsGetRequestOptions class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
InvestmentsTransactionsGetRequestOptions({List<
String> ? accountIds, int? count, int? offset}) -
InvestmentsTransactionsGetRequestOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{List< String> ? accountIds, int? count, int? offset}) → InvestmentsTransactionsGetRequestOptions -
Available on InvestmentsTransactionsGetRequestOptions, provided by the $InvestmentsTransactionsGetRequestOptionsExtension extension
-
copyWithWrapped(
{Wrapped< List< ? accountIds, Wrapped<String> ?>int?> ? count, Wrapped<int?> ? offset}) → InvestmentsTransactionsGetRequestOptions -
Available on InvestmentsTransactionsGetRequestOptions, provided by the $InvestmentsTransactionsGetRequestOptionsExtension 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 InvestmentsTransactionsGetRequestOptions Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(InvestmentsTransactionsGetRequestOptions instance)