Bundles class

Bundles class contains information pertaining to each bundle

Constructors

Bundles({Maker? maker, String? slug, List<Assets>? assets, String? name, String? description, String? externalLink, AssetContract? assetContract, String? permalink, List<SellOrders>? sellOrders})
Bundles.fromJson(Map<String, dynamic> json)

Properties

assetContract AssetContract?
getter/setter pair
assets List<Assets>?
getter/setter pair
description String?
getter/setter pair
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
maker Maker?
getter/setter pair
name String?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sellOrders List<SellOrders>?
getter/setter pair
slug 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