factory AlreadyStreamedException.fromJson(Map<String, dynamic> json) { return AlreadyStreamedException( message: json['message'] as String, ); }