menu
efsqlite package
documentation
package/interfaces/property.dart
PropertyEnum
PropertyEnum const constructor
PropertyEnum const constructor
dark_mode
light_mode
PropertyEnum
constructor
const
PropertyEnum
(
String
name
,
TypeEnum
type
, {
bool
isIndexed
=
false
,
})
Implementation
const
PropertyEnum(
this
.name,
this
.type, {
this
.isIndexed =
false
});
efsqlite package
documentation
package/interfaces/property
PropertyEnum
PropertyEnum const constructor
PropertyEnum class