menu
sunny_sdk_core package
documentation
model_exports.dart
JsonPath<T>
toKey method
toKey method
dark_mode
light_mode
toKey
method
String
toKey
(
)
Implementation
String toKey() { return _single ?? segments.map((s) => s.capitalize()).join().uncapitalize(); }
sunny_sdk_core package
documentation
model_exports
JsonPath<T>
toKey method
JsonPath class