Collection class

Collection class contains collection details for a contract

Constructors

Collection({String? bannerImageUrl, dynamic chatUrl, DateTime? createdDate, bool? defaultToFiat, String? description, String? devBuyerFeeBasisPoints, String? devSellerFeeBasisPoints, String? discordUrl, DisplayData? displayData, String? externalUrl, bool? featured, String? featuredImageUrl, bool? hidden, String? safelistRequestStatus, String? imageUrl, bool? isSubjectToWhitelist, String? largeImageUrl, dynamic mediumUsername, String? name, bool? onlyProxiedTransfers, String? openseaBuyerFeeBasisPoints, String? openseaSellerFeeBasisPoints, dynamic payoutAddress, bool? requireEmail, dynamic shortDescription, String? slug, dynamic telegramUrl, String? twitterUsername, dynamic instagramUsername, String? wikiUrl})
Collection.fromJson(Map<String, dynamic> json)
factory

Properties

bannerImageUrl String?
getter/setter pair
chatUrl ↔ dynamic
getter/setter pair
createdDate DateTime?
getter/setter pair
defaultToFiat bool?
getter/setter pair
description String?
getter/setter pair
devBuyerFeeBasisPoints String?
getter/setter pair
devSellerFeeBasisPoints String?
getter/setter pair
discordUrl String?
getter/setter pair
displayData DisplayData?
getter/setter pair
externalUrl String?
getter/setter pair
getter/setter pair
featuredImageUrl String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hidden bool?
getter/setter pair
imageUrl String?
getter/setter pair
instagramUsername ↔ dynamic
getter/setter pair
isSubjectToWhitelist bool?
getter/setter pair
largeImageUrl String?
getter/setter pair
mediumUsername ↔ dynamic
getter/setter pair
name String?
getter/setter pair
onlyProxiedTransfers bool?
getter/setter pair
openseaBuyerFeeBasisPoints String?
getter/setter pair
openseaSellerFeeBasisPoints String?
getter/setter pair
payoutAddress ↔ dynamic
getter/setter pair
requireEmail bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safelistRequestStatus String?
getter/setter pair
shortDescription ↔ dynamic
getter/setter pair
slug String?
getter/setter pair
telegramUrl ↔ dynamic
getter/setter pair
twitterUsername String?
getter/setter pair
wikiUrl 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