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