menu
flenx package
documentation
site/models/lead.dart
Lead
Lead.new const constructor
Lead.new const constructor
dark_mode
light_mode
Lead
constructor
const
Lead
(
{
required
String
name
,
required
String
email
,
String
message
=
''
,
DateTime
?
createdAt
,
})
Implementation
const Lead({ required this.name, required this.email, this.message = '', this.createdAt, });
flenx package
documentation
site/models/lead
Lead
Lead.new const constructor
Lead class