Info constructor
Info({
- bool? isNative,
- String? mint,
- String? owner,
- RentExemptReserve? rentExemptReserve,
- String? state,
- TokenAmount? tokenAmount,
Implementation
Info(
{this.isNative,
this.mint,
this.owner,
this.rentExemptReserve,
this.state,
this.tokenAmount});