fieldName property

String fieldName
inherited

The name of the option, with nested options joined by .. For example:

dartdoc:
  stuff:
    things:

would have the name things and the fieldName dartdoc.stuff.things.

Implementation

String get fieldName => keys.join('.');