menu
artifact package
documentation
test_models/feature_models.dart
Animal
Animal.new const constructor
Animal.new const constructor
dark_mode
light_mode
Animal
constructor
const
Animal
(
{
int
hp
=
10
,
})
Implementation
const Animal({this.hp = 10});
artifact package
documentation
test_models/feature_models
Animal
Animal.new const constructor
Animal class