menu
gcloud package
documentation
db.dart
IntProperty
IntProperty.new const constructor
IntProperty.new const constructor
dark_mode
light_mode
IntProperty
constructor
const
IntProperty
(
{
String
?
propertyName
,
bool
required
=
false
,
bool
indexed
=
true
,
})
Implementation
const IntProperty({super.propertyName, super.required, super.indexed});
gcloud package
documentation
db
IntProperty
IntProperty.new const constructor
IntProperty class