AccountMergeOperationResponse constructor Null safety

AccountMergeOperationResponse(
  1. String? account,
  2. String? accountMuxed,
  3. String? accountMuxedId,
  4. String? into,
  5. String? intoMuxed,
  6. String? intoMuxedId
)

Implementation

AccountMergeOperationResponse(this.account, this.accountMuxed, this.accountMuxedId, this.into,
    this.intoMuxed, this.intoMuxedId);