StandaloneInvestmentTransactionType class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- StandaloneInvestmentTransactionType({required String buy, required String sell, required String cancel, required String cash, required String fee, required String transfer})
-
StandaloneInvestmentTransactionType.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? buy, String? sell, String? cancel, String? cash, String? fee, String? transfer}) → StandaloneInvestmentTransactionType -
Available on StandaloneInvestmentTransactionType, provided by the $StandaloneInvestmentTransactionTypeExtension extension
-
copyWithWrapped(
{Wrapped< String> ? buy, Wrapped<String> ? sell, Wrapped<String> ? cancel, Wrapped<String> ? cash, Wrapped<String> ? fee, Wrapped<String> ? transfer}) → StandaloneInvestmentTransactionType -
Available on StandaloneInvestmentTransactionType, provided by the $StandaloneInvestmentTransactionTypeExtension 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 StandaloneInvestmentTransactionType Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(StandaloneInvestmentTransactionType instance)