footer property

String footer
latefinal

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

Implementation

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