const factory ErrorMessage({ @Default(false) bool status, @Default("") String? message, }) = _ErrorMessage;