menu
sunny_sdk_core package
documentation
model_exports.dart
JsonPath<T>
length property
length property
dark_mode
light_mode
length
property
int
get
length
Implementation
int get length => _single != null ? 1 : _segments!.length;
sunny_sdk_core package
documentation
model_exports
JsonPath<T>
length property
JsonPath class