UsageInfo class

A set of information that should be printed on the program's usage text.

Constructors

UsageInfo({String? application, String? prologue, String? epilogue})
const

Properties

application String?
final
epilogue String?
final
hashCode int
The hash code for this object.
no setterinherited
prologue String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited