MasonActor class

Inheritance

Constructors

MasonActor({required LoggerService logger, Logger? masonLogger})

Properties

hashCode int
The hash code for this object.
no setterinherited
logger LoggerService
finalinherited
mason → Logger
final
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 p1), 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
inherited
toString() String
A string representation of this object.
inherited

Operators

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