HakariOption class

Constructors

HakariOption.new({int iter = 100, int emphasisAnsiColor = 10, int maxLineCharNum = 80, int barAnsiColor = 30})
HakariOption.create({int? iter, int? maxLineCharNum, int? emphasisAnsiColor})
A factory method for easily realizing full-screen display.
factory

Properties

barAnsiColor int
bar color
final
emphasisAnsiColor int
emphasis color
final
hashCode int
The hash code for this object.
no setterinherited
iter int
Set how many times to repeat the process
final
maxLineCharNum int
Set the maximum number of characters per line.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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