AllowTrustResultCode class
Properties
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
Static Properties
-
values
→ List<
AllowTrustResultCode> -
no setter
Static Methods
-
fromName(
String? name) → AllowTrustResultCode
Constants
- allowTrustCantRevoke → const AllowTrustResultCode
- allowTrustLowReserve → const AllowTrustResultCode
- allowTrustMalformed → const AllowTrustResultCode
- allowTrustNoTrustLine → const AllowTrustResultCode
- allowTrustSelfNotAllowed → const AllowTrustResultCode
- allowTrustSuccess → const AllowTrustResultCode
- allowTrustTrustNotRequired → const AllowTrustResultCode