NFTMetadata class

Constructors

NFTMetadata({required List<NFTAttributes>? attributes, required String? backgroundImage, required String? description, required String? image, required String? imageUrl, required bool? isNormalized, required String? name, required num? nameLength, required num? segmentLength, required String? url, required num? version})
NFTMetadata.fromJson(Map<String, dynamic> json)
factory

Properties

attributes List<NFTAttributes>?
final
backgroundImage String?
final
description String?
final
hashCode int
The hash code for this object.
read-onlyinherited
image String?
final
imageUrl String?
final
isNormalized bool?
final
name String?
final
nameLength num?
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
segmentLength num?
final
url String?
final
version num?
final

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.
inherited

Operators

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