menu
ssn package
documentation
important/customer_management_database_answer.dart
Customer
Customer.new constructor
Customer.new constructor
dark_mode
light_mode
Customer
constructor
Customer
(
{
int
?
id
,
required
String
name
,
required
int
age
,
required
String
phone
,
})
Implementation
Customer({ this.id, required this.name, required this.age, required this.phone, });
ssn package
documentation
important/customer_management_database_answer
Customer
Customer.new constructor
Customer class