StdoutMixin mixin
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearError()
→ void
-
Clear the current error line and return the caret.
-
clearInfo()
→ void
-
Clear the current info line and return the caret.
-
error(String message)
→ void
-
Append the current error line with
message
.
-
errorC(String message)
→ void
-
Rewrite the current error line with
message
.
-
errorCLn(String message)
→ void
-
Rewrite the current error line with
message
and start the next line.
-
errorLn(String message)
→ void
-
Append the current error line with
message
and start the next line.
-
info(String message)
→ void
-
Append the current info line with
message
.
-
infoC(String message)
→ void
-
Rewrite the current info line with
message
.
-
infoCLn(String message)
→ void
-
Rewrite the current info line with
message
and start the next line.
-
infoLn(String message)
→ void
-
Append the current info line with
message
and start the next line.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited