AssetContract class

AssetContract contains the contractual information about and asset in an order

Constructors

AssetContract({String? address, String? assetContractType, String? createdDate, String? name, dynamic nftVersion, String? openseaVersion, int? owner, String? schemaName, String? symbol, dynamic totalSupply, String? 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 String?
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 ↔ dynamic
getter/setter pair
onlyProxiedTransfers bool?
getter/setter pair
openseaBuyerFeeBasisPoints int?
getter/setter pair
openseaSellerFeeBasisPoints int?
getter/setter pair
openseaVersion String?
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 ↔ dynamic
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