AccountFlags class
Constructors
- AccountFlags.new({required bool defaultRipple, required bool depositAuth, required bool disableMasterKey, required bool disallowIncomingCheck, required bool disallowIncomingNFTokenOffer, required bool disallowIncomingPayChan, required bool disallowIncomingTrustline, required bool disallowIncomingXRP, required bool globalFreeze, required bool noFreeze, required bool passwordSpent, required bool requireAuthorization, required bool requireDestinationTag})
-
AccountFlags.fromJson(Map<
String, dynamic> json) -
factory
Properties
- defaultRipple → bool
-
final
- depositAuth → bool
-
final
- disableMasterKey → bool
-
final
- disallowIncomingCheck → bool
-
final
- disallowIncomingNFTokenOffer → bool
-
final
- disallowIncomingPayChan → bool
-
final
- disallowIncomingTrustline → bool
-
final
- disallowIncomingXRP → bool
-
final
- globalFreeze → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- noFreeze → bool
-
final
- passwordSpent → bool
-
final
- requireAuthorization → bool
-
final
- requireDestinationTag → bool
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited