menu
formrules
formrules.dart
EmailRule
EmailRule.new const constructor
EmailRule.new
dark_mode
light_mode
EmailRule
constructor
const
EmailRule
(
String
message
)
Creates a new
EmailRule
with the given
message
.
Implementation
const EmailRule(this.message);
formrules
formrules
EmailRule
EmailRule.new const constructor
EmailRule class