AssetsObject class

AssetObject class this is the dart pojo main class for retrieving multiple assets with the getAssets method contains a list of asset objects

Constructors

AssetsObject({List<Assets>? assets})
AssetsObject.fromJson(Map<String, dynamic> json)

Properties

assets List<Assets>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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