AppSettingsModelSchema top-level constant
Implementation
const AppSettingsModelSchema = CollectionSchema(
name: r'AppSettingsModel',
id: -638838212012723081,
properties: {
r'defaultElectricalStandardId': PropertySchema(
id: 0,
name: r'defaultElectricalStandardId',
type: IsarType.string,
),
r'highContrastEnabled': PropertySchema(
id: 1,
name: r'highContrastEnabled',
type: IsarType.bool,
),
r'locale': PropertySchema(
id: 2,
name: r'locale',
type: IsarType.string,
),
r'notificationsEnabled': PropertySchema(
id: 3,
name: r'notificationsEnabled',
type: IsarType.bool,
),
r'textSize': PropertySchema(
id: 4,
name: r'textSize',
type: IsarType.string,
enumMap: _AppSettingsModeltextSizeEnumValueMap,
),
r'themeMode': PropertySchema(
id: 5,
name: r'themeMode',
type: IsarType.string,
enumMap: _AppSettingsModelthemeModeEnumValueMap,
)
},
estimateSize: _appSettingsModelEstimateSize,
serialize: _appSettingsModelSerialize,
deserialize: _appSettingsModelDeserialize,
deserializeProp: _appSettingsModelDeserializeProp,
idName: r'id',
indexes: {},
links: {},
embeddedSchemas: {},
getId: _appSettingsModelGetId,
getLinks: _appSettingsModelGetLinks,
attach: _appSettingsModelAttach,
version: '3.1.0+1',
);