factory StreamContainer.fromJson(Map<String, dynamic> json) => StreamContainer.parse(json['name'] as String);