CreateAccountOperationResponse constructor

CreateAccountOperationResponse(
  1. String funder,
  2. String startingBalance,
  3. String account
)

Implementation

CreateAccountOperationResponse(
    this.funder, this.startingBalance, this.account);