asyncFromJson static method

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

Implementation

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