toString method
Returns a string representation of the NftInfo instance.
The string contains the type name and the id and name of the NFT collection.
Implementation
@override
String toString() {
return '${Helpers.getTypeName(NftInfo)}: id = $id, name = $name';
}