AppPreferencesDtoSchema top-level constant
Implementation
const AppPreferencesDtoSchema = CollectionSchema(
name: r'AppPreferencesDto',
id: 7665667134154061047,
properties: {
r'highContrastEnabled': PropertySchema(
id: 0,
name: r'highContrastEnabled',
type: IsarType.bool,
),
r'locale': PropertySchema(
id: 1,
name: r'locale',
type: IsarType.string,
),
r'notificationsEnabled': PropertySchema(
id: 2,
name: r'notificationsEnabled',
type: IsarType.bool,
),
r'textSize': PropertySchema(
id: 3,
name: r'textSize',
type: IsarType.string,
),
r'themeMode': PropertySchema(
id: 4,
name: r'themeMode',
type: IsarType.string,
)
},
estimateSize: _appPreferencesDtoEstimateSize,
serialize: _appPreferencesDtoSerialize,
deserialize: _appPreferencesDtoDeserialize,
deserializeProp: _appPreferencesDtoDeserializeProp,
idName: r'id',
indexes: {},
links: {},
embeddedSchemas: {},
getId: _appPreferencesDtoGetId,
getLinks: _appPreferencesDtoGetLinks,
attach: _appPreferencesDtoAttach,
version: '3.1.0+1',
);