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