menu
electrician_app
features/diagram/domain/entities/validation_status.dart
GeneralError
GeneralError.new const constructor
GeneralError.new
dark_mode
light_mode
description
GeneralError
constructor
const
GeneralError
(
{
required
String
message
,
})
Implementation
const factory GeneralError({required final String message}) = _$GeneralErrorImpl;
electrician_app
validation_status
GeneralError
GeneralError.new const constructor
GeneralError class