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