menu
validasi package
documentation
rules.dart
InlineRule<T>
InlineRule.new const constructor
InlineRule.new const constructor
dark_mode
light_mode
InlineRule<
T
>
constructor
const
InlineRule<
T
>
(
bool
validator
(
T?
value
), {
String
?
message
,
String
name
=
'inline_rule'
,
})
Implementation
const InlineRule( this.validator, { super.message, this.name = 'inline_rule', });
validasi package
documentation
rules
InlineRule<T>
InlineRule.new const constructor
InlineRule class