WithdrawExchangeAsset constructor

WithdrawExchangeAsset(
  1. bool enabled,
  2. bool? authenticationRequired,
  3. Map<String, Map<String, AnchorField>?>? types
)

Implementation

WithdrawExchangeAsset(this.enabled, this.authenticationRequired, this.types);