CliOriginator class

Inheritance

Constructors

CliOriginator({required String subcommand})
const

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Audit-friendly JSON form. Always carries kind plus the typed fields of the concrete subclass so HistoryLog can persist a row that survives subsequent reads.
override
toString() String
A string representation of this object.
inherited

Operators

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