Sign in
flutter
/
mirrors
/
flutter
/
cb234730a11d2065ef8364ae231b0ca77e193a52
/
.
/
packages
/
flutter_tools
/
templates
/
skeleton
/
lib
/
src
/
sample_feature
/
sample_item.dart.tmpl
blob: b376e0daaca0e666e4dece710bac193d3f11d733 [
file
] [
log
] [
blame
]
/// A placeholder class that represents an entity or model.
class
SampleItem
{
const
SampleItem
(
this
.
id
);
final
int
id
;
}