Query$checkWalletAndReputation$checkWalletAndReputation class
- Available extensions
Constructors
- Query$checkWalletAndReputation$checkWalletAndReputation({required Query$checkWalletAndReputation$checkWalletAndReputation$wallet wallet, required Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation currentReputation})
-
Query$checkWalletAndReputation$checkWalletAndReputation.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
copyWith
→ CopyWith$Query$checkWalletAndReputation$checkWalletAndReputation<
Query$checkWalletAndReputation$checkWalletAndReputation> -
Available on Query$checkWalletAndReputation$checkWalletAndReputation, provided by the UtilityExtension$Query$checkWalletAndReputation$checkWalletAndReputation extension
no setter - currentReputation → Query$checkWalletAndReputation$checkWalletAndReputation$currentReputation
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wallet → Query$checkWalletAndReputation$checkWalletAndReputation$wallet
-
final
Methods
-
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override