menu
littlefish_feature_models package
documentation
models/shared/data/contact.dart
Contact
Contact.new constructor
Contact.new constructor
dark_mode
light_mode
Contact
constructor
Contact
(
List
<
ContactDetail
>
?
contactDetails
,
String
?
id
,
String
?
lastName
,
String
?
name
,
String
?
title
,
)
Implementation
Contact(this.contactDetails, this.id, this.lastName, this.name, this.title);
littlefish_feature_models package
documentation
models/shared/data/contact
Contact
Contact.new constructor
Contact class