menu
neomage package
documentation
data/tools/extended_tools.dart
ValidateOutput
ValidateOutput.new const constructor
ValidateOutput.new const constructor
dark_mode
light_mode
ValidateOutput
constructor
const
ValidateOutput
(
{
required
bool
valid
,
List
<
String
>
errors
=
const []
,
List
<
String
>
warnings
=
const []
,
})
Implementation
const ValidateOutput({ required this.valid, this.errors = const [], this.warnings = const [], });
neomage package
documentation
data/tools/extended_tools
ValidateOutput
ValidateOutput.new const constructor
ValidateOutput class