header property

String header
latefinal

Returns the joined contents of any 'header' files specified in options.

Implementation

late final String header =
    _joinCustomTextFiles(optionSet['header'].valueAt(context));