path property

String? get path

Implementation

String? get path {
  return $$context$$["path"];
}
set path (String? value)

Implementation

set path(String? value) {
  $$context$$["path"] = value;
}