Info constructor

Info({
  1. bool? isNative,
  2. String? mint,
  3. String? owner,
  4. RentExemptReserve? rentExemptReserve,
  5. String? state,
  6. TokenAmount? tokenAmount,
})

Implementation

Info(
    {this.isNative,
    this.mint,
    this.owner,
    this.rentExemptReserve,
    this.state,
    this.tokenAmount});