footer property

String footer

The joined contents of any 'footer' files specified in options.

Implementation

String get footer =>
    _joinCustomTextFiles(optionSet['footer'].valueAt(context));