factory ObbyEventRawLine.fromJson(Map<String, dynamic> json) => ObbyEventRawLine( message: RawMessage.fromJson(json['message'] as Map<String, dynamic>), );