menu
ack_example package
documentation
validation_test_model.dart
SimpleValidationModel
SimpleValidationModel.new constructor
SimpleValidationModel.new constructor
dark_mode
light_mode
SimpleValidationModel
constructor
SimpleValidationModel
(
{
required
String
id
,
required
String
name
,
required
List
<
String
>
tags
,
})
Implementation
SimpleValidationModel({ required this.id, required this.name, required this.tags, });
ack_example package
documentation
validation_test_model
SimpleValidationModel
SimpleValidationModel.new constructor
SimpleValidationModel class