resourcesDir property

String? resourcesDir

The 'resourcesDir' dartdoc option if one was specified; otherwise null.

Implementation

String? get resourcesDir => optionSet['resourcesDir'].valueAt(context);