menu
efsqlite package
documentation
package/interfaces/property.dart
PropertyEnum
PropertyEnum.new const constructor
PropertyEnum.new 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.new const constructor
PropertyEnum class