AssetContract class

AssetContract class contains all of the details for the contract of each asset

Constructors

AssetContract({String? address, String? assetContractType, String? createdDate, String? name, String? nftVersion, dynamic openseaVersion, int? owner, String? schemaName, String? symbol, String? totalSupply, dynamic description, dynamic externalLink, dynamic imageUrl, bool? defaultToFiat, int? devBuyerFeeBasisPoints, int? devSellerFeeBasisPoints, bool? onlyProxiedTransfers, int? openseaBuyerFeeBasisPoints, int? openseaSellerFeeBasisPoints, int? buyerFeeBasisPoints, int? sellerFeeBasisPoints, dynamic payoutAddress})
AssetContract.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
assetContractType String?
getter/setter pair
buyerFeeBasisPoints int?
getter/setter pair
createdDate String?
getter/setter pair
defaultToFiat bool?
getter/setter pair
description ↔ dynamic
getter/setter pair
devBuyerFeeBasisPoints int?
getter/setter pair
devSellerFeeBasisPoints int?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imageUrl ↔ dynamic
getter/setter pair
name String?
getter/setter pair
nftVersion String?
getter/setter pair
onlyProxiedTransfers bool?
getter/setter pair
openseaBuyerFeeBasisPoints int?
getter/setter pair
openseaSellerFeeBasisPoints int?
getter/setter pair
openseaVersion ↔ dynamic
getter/setter pair
owner int?
getter/setter pair
payoutAddress ↔ dynamic
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schemaName String?
getter/setter pair
sellerFeeBasisPoints int?
getter/setter pair
symbol String?
getter/setter pair
totalSupply String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited