menu
artifact package
documentation
test_models/feature_models.dart
Dog
Dog.new const constructor
Dog.new const constructor
dark_mode
light_mode
Dog
constructor
const
Dog
(
{
int
hp
=
20
,
bool
goodBoy
=
true
,
})
Implementation
const Dog({super.hp = 20, this.goodBoy = true});
artifact package
documentation
test_models/feature_models
Dog
Dog.new const constructor
Dog class