DisclaimerDisplay<C, F> class

Encapsulates a generic cli and file display.

Constructors

DisclaimerDisplay({required C cli, required F file})
Default constructor

Properties

cli → C
The display for CLI.
final
file → F
The display for a file.
final
hashCode int
The hash code for this object.
no setterinherited
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