asyncFromJson static method

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

Implementation

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