menu
jar package
documentation
schema.dart
JarSchema<T, Self extends JarSchema<T, Self>>
getAllValues method
getAllValues method
dark_mode
light_mode
getAllValues
method
Map
<
String
,
dynamic
>
?
getAllValues
(
)
Implementation
Map<String, dynamic>? getAllValues() { return _allValues; }
jar package
documentation
schema
JarSchema<T, Self extends JarSchema<T, Self>>
getAllValues method
JarSchema class