ERC721Entity constructor
Implementation
const ERC721Entity({
required super.name,
required super.symbol,
required super.chainID,
required this.contractAddress,
required this.tokenId,
}) : super(decimals: 0);
const ERC721Entity({
required super.name,
required super.symbol,
required super.chainID,
required this.contractAddress,
required this.tokenId,
}) : super(decimals: 0);