path property

String? path
getter/setter pair

The relative path of the file to map the key to.

May not be an absolute path. May not contain the path element '..'. May not start with the string '..'.

Implementation

core.String? path;