SetTrustLineFlagsResult class abstract
- Inheritance
-
- Object
- XDRSerialization
- XDRVariantSerialization
- OperationInner
- SetTrustLineFlagsResult
- Implementers
Constructors
- SetTrustLineFlagsResult(SetTrustLineFlagsResultCode code)
-
const
-
SetTrustLineFlagsResult.fromStruct(Map<
String, dynamic> json) -
factory
Properties
- code → SetTrustLineFlagsResultCode
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → OperationType
-
finalinherited
- variantName → String
-
no setteroverride
Methods
-
createLayout(
{String? property}) → Layout< Map< String, dynamic> > -
inherited
-
createVariantLayout(
{String? property}) → Layout< Map< String, dynamic> > -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toLayoutStruct(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toVariantLayoutStruct(
) → Map< String, dynamic> -
inherited
-
toVariantXDR(
{String? property}) → List< int> -
inherited
-
toVariantXDRBase64(
) → String -
inherited
-
toVariantXDRHex(
) → String -
inherited
-
toXDR(
{String? property}) → List< int> -
inherited
-
toXDRBase64(
) → String -
inherited
-
toXDRHex(
) → String -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited