Token constructor
Token({})
Implementation
Token({
this.address,
this.genesis,
this.name,
this.id,
this.supply,
this.type,
this.symbol,
this.tokenProperties,
this.aeip,
this.ownerships,
});
Token({
this.address,
this.genesis,
this.name,
this.id,
this.supply,
this.type,
this.symbol,
this.tokenProperties,
this.aeip,
this.ownerships,
});