factory UnexpectedError.fromJSON(Map<String, dynamic> data) { return UnexpectedError( data["message"] ); }