menu
ack_example package
documentation
mixed_examples.dart
ProductInventory
sku property
sku property
dark_mode
light_mode
sku
property
@MinLength.new(3)
@MaxLength.new(50)
String
sku
final
Implementation
@MinLength(3) @MaxLength(50) final String sku;
ack_example package
documentation
mixed_examples
ProductInventory
sku property
ProductInventory class