@@ -110,7 +110,7 @@ class FlexAppBarStyleAdapter extends TypeAdapter<FlexAppBarStyle> {
110
110
111
111
/// A Hive data type adapter for enum [FlexTabBarStyle] , nullable.
112
112
///
113
- /// Handles storing < null> value as -1 and returns anything out of enum
113
+ /// Handles storing ` null` value as -1 and returns anything out of enum
114
114
/// index range as null value.
115
115
class FlexTabBarStyleAdapter extends TypeAdapter <FlexTabBarStyle ?> {
116
116
@override
@@ -151,7 +151,7 @@ class FlexSystemNavBarStyleAdapter extends TypeAdapter<FlexSystemNavBarStyle> {
151
151
152
152
/// A Hive data type adapter for enum [SchemeColor] , nullable.
153
153
///
154
- /// Handles storing < null> value as -1 and returns anything out of enum
154
+ /// Handles storing ` null` value as -1 and returns anything out of enum
155
155
/// index range as null value.
156
156
class FlexSchemeColorAdapter extends TypeAdapter <SchemeColor ?> {
157
157
@override
@@ -211,7 +211,7 @@ class NavigationRailLabelTypeAdapter
211
211
212
212
/// A Hive data type adapter for enum [FlexSliderIndicatorType] , nullable.
213
213
///
214
- /// Handles storing < null> value as -1 and returns anything out of enum
214
+ /// Handles storing ` null` value as -1 and returns anything out of enum
215
215
/// index range as null value.
216
216
class FlexSliderIndicatorTypeAdapter
217
217
extends TypeAdapter <FlexSliderIndicatorType ?> {
@@ -236,7 +236,7 @@ class FlexSliderIndicatorTypeAdapter
236
236
237
237
/// A Hive data type adapter for enum [ShowValueIndicator] , nullable.
238
238
///
239
- /// Handles storing < null> value as -1 and returns anything out of enum
239
+ /// Handles storing ` null` value as -1 and returns anything out of enum
240
240
/// index range as null value.
241
241
class ShowValueIndicatorAdapter extends TypeAdapter <ShowValueIndicator ?> {
242
242
@override
@@ -264,7 +264,7 @@ class ShowValueIndicatorAdapter extends TypeAdapter<ShowValueIndicator?> {
264
264
265
265
/// A Hive data type adapter for enum [TabBarIndicatorSize] , nullable.
266
266
///
267
- /// Handles storing < null> value as -1 and returns anything out of enum
267
+ /// Handles storing ` null` value as -1 and returns anything out of enum
268
268
/// index range as null value.
269
269
class TabBarIndicatorSizeAdapter extends TypeAdapter <TabBarIndicatorSize ?> {
270
270
@override
@@ -288,7 +288,7 @@ class TabBarIndicatorSizeAdapter extends TypeAdapter<TabBarIndicatorSize?> {
288
288
289
289
/// A Hive data type adapter for enum [AdaptiveResponse] , nullable.
290
290
///
291
- /// Handles storing < null> value as -1 and returns anything out of enum
291
+ /// Handles storing ` null` value as -1 and returns anything out of enum
292
292
/// index range as null value.
293
293
class AdaptiveThemeAdapter extends TypeAdapter <AdaptiveResponse ?> {
294
294
@override
@@ -312,7 +312,7 @@ class AdaptiveThemeAdapter extends TypeAdapter<AdaptiveResponse?> {
312
312
313
313
/// A Hive data type adapter for enum [FlexPaletteType] , nullable.
314
314
///
315
- /// Handles storing < null> value as -1 and returns anything out of enum
315
+ /// Handles storing ` null` value as -1 and returns anything out of enum
316
316
/// index range as null value.
317
317
class FlexPaletteTypeAdapter extends TypeAdapter <FlexPaletteType ?> {
318
318
@override
@@ -336,7 +336,7 @@ class FlexPaletteTypeAdapter extends TypeAdapter<FlexPaletteType?> {
336
336
337
337
/// A Hive data type adapter for enum [VisualDensityEnum] , nullable.
338
338
///
339
- /// Handles storing < null> value as -1 and returns anything out of enum
339
+ /// Handles storing ` null` value as -1 and returns anything out of enum
340
340
/// index range as null value.
341
341
class VisualDensityEnumAdapter extends TypeAdapter <VisualDensityEnum ?> {
342
342
@override
@@ -360,7 +360,7 @@ class VisualDensityEnumAdapter extends TypeAdapter<VisualDensityEnum?> {
360
360
361
361
/// A Hive data type adapter for enum [SplashTypeEnum] , nullable.
362
362
///
363
- /// Handles storing < null> value as -1 and returns anything out of enum
363
+ /// Handles storing ` null` value as -1 and returns anything out of enum
364
364
/// index range as null value.
365
365
class SplashTypeEnumAdapter extends TypeAdapter <SplashTypeEnum ?> {
366
366
@override
@@ -384,7 +384,7 @@ class SplashTypeEnumAdapter extends TypeAdapter<SplashTypeEnum?> {
384
384
385
385
/// A Hive data type adapter for enum [TabAlignment] , nullable.
386
386
///
387
- /// Handles storing < null> value as -1 and returns anything out of enum
387
+ /// Handles storing ` null` value as -1 and returns anything out of enum
388
388
/// index range as null value.
389
389
class TabAlignmentAdapter extends TypeAdapter <TabAlignment ?> {
390
390
@override
@@ -408,7 +408,7 @@ class TabAlignmentAdapter extends TypeAdapter<TabAlignment?> {
408
408
409
409
/// A Hive data type adapter for enum [FlexFixedColorStyle] , nullable.
410
410
///
411
- /// Handles storing < null> value as -1 and returns anything out of enum
411
+ /// Handles storing ` null` value as -1 and returns anything out of enum
412
412
/// index range as null value.
413
413
class FlexFixedColorStyleAdapter extends TypeAdapter <FlexFixedColorStyle ?> {
414
414
@override
@@ -432,7 +432,7 @@ class FlexFixedColorStyleAdapter extends TypeAdapter<FlexFixedColorStyle?> {
432
432
433
433
/// A Hive data type adapter for enum [ListTileStyle] , nullable.
434
434
///
435
- /// Handles storing < null> value as -1 and returns anything out of enum
435
+ /// Handles storing ` null` value as -1 and returns anything out of enum
436
436
/// index range as null value.
437
437
class ListTileStyleAdapter extends TypeAdapter <ListTileStyle ?> {
438
438
@override
@@ -456,7 +456,7 @@ class ListTileStyleAdapter extends TypeAdapter<ListTileStyle?> {
456
456
457
457
/// A Hive data type adapter for enum [ListTileTitleAlignment] , nullable.
458
458
///
459
- /// Handles storing < null> value as -1 and returns anything out of enum
459
+ /// Handles storing ` null` value as -1 and returns anything out of enum
460
460
/// index range as null value.
461
461
class ListTileTitleAlignmentAdapter
462
462
extends TypeAdapter <ListTileTitleAlignment ?> {
@@ -481,7 +481,7 @@ class ListTileTitleAlignmentAdapter
481
481
482
482
/// A Hive data type adapter for enum [ListTileControlAffinity] , nullable.
483
483
///
484
- /// Handles storing < null> value as -1 and returns anything out of enum
484
+ /// Handles storing ` null` value as -1 and returns anything out of enum
485
485
/// index range as null value.
486
486
class ListTileControlAffinityAdapter
487
487
extends TypeAdapter <ListTileControlAffinity ?> {
@@ -506,7 +506,7 @@ class ListTileControlAffinityAdapter
506
506
507
507
/// A Hive data type adapter for enum [MaterialTapTargetSize] , nullable.
508
508
///
509
- /// Handles storing < null> value as -1 and returns anything out of enum
509
+ /// Handles storing ` null` value as -1 and returns anything out of enum
510
510
/// index range as null value.
511
511
class MaterialTapTargetSizeAdapter extends TypeAdapter <MaterialTapTargetSize ?> {
512
512
@override
@@ -530,7 +530,7 @@ class MaterialTapTargetSizeAdapter extends TypeAdapter<MaterialTapTargetSize?> {
530
530
531
531
/// A Hive data type adapter for enum [FlexScaffoldBaseColor] , nullable.
532
532
///
533
- /// Handles storing < null> value as -1 and returns anything out of enum
533
+ /// Handles storing ` null` value as -1 and returns anything out of enum
534
534
/// index range as null value.
535
535
class FlexScaffoldBaseColorAdapter extends TypeAdapter <FlexScaffoldBaseColor ?> {
536
536
@override
0 commit comments