const factory InternalArea({ required int id, required String name, int? regionalAreaId, }) = _InternalArea;