menu
ack_example package
documentation
described_model.dart
UserProfile
age property
age property
dark_mode
light_mode
age
property
@AckField.new(description: 'User age in years (must be 13 or older)')
@Min.new(13)
int
age
final
Implementation
@AckField(description: 'User age in years (must be 13 or older)') @Min(13) final int age;
ack_example package
documentation
described_model
UserProfile
age property
UserProfile class