asyncFromJson static method

Future<BungieFriendRequestListResponse> asyncFromJson(
  1. Map<String, dynamic> json
)

Implementation

static Future<BungieFriendRequestListResponse> asyncFromJson(Map<String, dynamic> json) =>
	compute<Map<String, dynamic>, BungieFriendRequestListResponse>((json)=>BungieFriendRequestListResponse.fromJson(json), json);