Supply constructor
const
Supply({})
Information about the current supply.
Implementation
const Supply({
required this.total,
required this.circulating,
required this.nonCirculating,
required this.nonCirculatingAccounts,
});