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