AssetListResponse$Response.fromJson constructor

AssetListResponse$Response.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AssetListResponse$Response.fromJson(Map<String, dynamic> json) =>
    _$AssetListResponse$ResponseFromJson(json);