InteractCliActor class

Inheritance

Constructors

InteractCliActor({required LoggerService logger})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
logger LoggerService
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

confirm({required String prompt, bool? defaultValue}) bool
override
input({String prompt = 'input', Object? defaultValue}) String
override
inputWithValidation({String prompt = 'input', required String? validator(String), Object? defaultValue}) String
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(String message, {required List<String> options}) String
override
selectIndex(String prompt, {required List<String> options}) int
override
toString() String
A string representation of this object.
inherited

Operators

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