Property getter and setter for path:
String? get path => _path;
set path(String? path) { this._path = path; wrapped['path'] = jsonLiteral(path); }