menu
formrules
formrules.dart
InListRule
InListRule.new const constructor
InListRule.new
dark_mode
light_mode
InListRule
constructor
const
InListRule
(
List
<
String
>
values
,
String
message
)
Creates a new
InListRule
.
Implementation
const InListRule(this.values, this.message);
formrules
formrules
InListRule
InListRule.new const constructor
InListRule class