menu
artifact package
documentation
test_models/feature_models.dart
Person
Person.new const constructor
Person.new const constructor
dark_mode
light_mode
Person
constructor
const
Person
(
{
required
String
name
,
String
?
subtitle
,
})
Implementation
const Person({required this.name, this.subtitle});
artifact package
documentation
test_models/feature_models
Person
Person.new const constructor
Person class