const factory RaAnswer({ required int id, required String title, required bool isCorrent, required int questionId, }) = _RaAnswer;