usageFooter property Null safety
An optional footer for usage.
If a subclass overrides this to return a string, it will automatically be added to the end of usage.
Implementation
String? get usageFooter => null;
An optional footer for usage.
If a subclass overrides this to return a string, it will automatically be added to the end of usage.
String? get usageFooter => null;