menu
sunny_sdk_core package
documentation
model_exports.dart
JsonPath<T>
last property
last property
dark_mode
light_mode
last
property
String
get
last
The last segment in the path
Implementation
String get last => _single ?? _segments!.last;
sunny_sdk_core package
documentation
model_exports
JsonPath<T>
last property
JsonPath class