highlightPath property

  1. @override
String? get highlightPath
inherited

Implementation

@override
String? get highlightPath {
  _$highlightPathAtom.reportRead();
  return super.highlightPath;
}
  1. @override
set highlightPath (String? value)
inherited

Implementation

@override
set highlightPath(String? value) {
  _$highlightPathAtom.reportWrite(value, super.highlightPath, () {
    super.highlightPath = value;
  });
}