TrustLineFlagsUpdatedEffectResponse constructor

TrustLineFlagsUpdatedEffectResponse(
  1. String? trustor,
  2. String? assetType,
  3. String? assetCode,
  4. String? assetIssuer,
  5. bool? authorizedFlag,
  6. bool? authorizedToMaintainLiabilitiesFlag,
  7. bool? clawbackEnabledFlag,
)

Implementation

TrustLineFlagsUpdatedEffectResponse(
    this.trustor,
    this.assetType,
    this.assetCode,
    this.assetIssuer,
    this.authorizedFlag,
    this.authorizedToMaintainLiabilitiesFlag,
    this.clawbackEnabledFlag);