AssetInfoScreenerSchema class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- AssetInfoScreenerSchema.new({String? circulatingSupply, required String id, required String name, required String symbol, required String totalSupply})
-
const
-
AssetInfoScreenerSchema.fromJson(Map<
String, dynamic> json) -
factory
Properties
- circulatingSupply → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- symbol → String
-
final
- totalSupply → String
-
final
Methods
-
copyWith(
{String? circulatingSupply, String? id, String? name, String? symbol, String? totalSupply}) → AssetInfoScreenerSchema -
Available on AssetInfoScreenerSchema, provided by the $AssetInfoScreenerSchemaExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? circulatingSupply, Wrapped<String> ? id, Wrapped<String> ? name, Wrapped<String> ? symbol, Wrapped<String> ? totalSupply}) → AssetInfoScreenerSchema -
Available on AssetInfoScreenerSchema, provided by the $AssetInfoScreenerSchemaExtension extension
-
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.
override
Constants
-
fromJsonFactory
→ const AssetInfoScreenerSchema Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(AssetInfoScreenerSchema instance)