footer property
Returns the joined contents of any 'footer' files specified in options.
Implementation
late final String footer =
_joinCustomTextFiles(optionSet['footer'].valueAt(context));
Returns the joined contents of any 'footer' files specified in options.
late final String footer =
_joinCustomTextFiles(optionSet['footer'].valueAt(context));