Lang class

Constructors

Lang.new(Colorize _colorize, LangWrapper _langWrapper, InputOutput _io)

Properties

dictDialogEng List<String>
final
dictDialogEsp List<String>
final
dictEng List<String>
final
dictEsp List<String>
final
hashCode int
The hash code for this object.
no setterinherited
isEnglish bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

assignLang() → void
chooser(List<String> options) String
dialogLang(int index, [String? ins]) String
error(int index) → void
isYesNo(String message) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ok(int index) → void
okLine() → void
toString() String
A string representation of this object.
inherited
write(int index, [PrintQuery? typeQuery, String? custom]) String

Operators

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