WithdrawAsset constructor Null safety

WithdrawAsset(
  1. bool? enabled,
  2. bool? authenticationRequired,
  3. double? feeFixed,
  4. double? feePercent,
  5. double? minAmount,
  6. double? maxAmount,
  7. Map<String, Map<String, AnchorField>?>? types
)

Implementation

WithdrawAsset(this.enabled, this.authenticationRequired, this.feeFixed, this.feePercent,
    this.minAmount, this.maxAmount, this.types);