jsonPointer property

String? get jsonPointer

Implementation

String? get jsonPointer {
  final path = jsonPath;
  return path == null ? null : ChartJsonOptionPaths.jsonPointer(path);
}