Actor class abstract
- Implementers
Constructors
- Actor.cli({required LoggerService logger})
-
factory
- Actor.mason({required LoggerService logger, Logger? mason})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- logger → LoggerService
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
confirm(
{required String prompt, bool? defaultValue}) → bool -
input(
{String prompt = 'input', Object? defaultValue}) → String -
inputWithValidation(
{String prompt = 'input', required String? validator(String), Object? defaultValue}) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
select(
String message, {required List< String> options}) → String -
selectIndex(
String prompt, {required List< String> options}) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited