_common
library
Classes
-
AnsiStyle
-
A class that provides a way to style strings with ANSI escape codes.
-
Frame
-
A single stack frame. Each frame points to a precise location in Dart code.
-
Here
-
A utility class for capturing the current code location (file, line,
column, member).
-
JsonEncoder
-
This class converts JSON objects to strings.
-
Log
-
-
LogItem
-
-
Queue<E>
-
A Queue is a collection that can be manipulated at both ends. One
can iterate over the elements of a queue through forEach or with
an Iterator.
-
Uuid
-
uuid for Dart
Author: Yulian Kuncheff
Released under MIT License.
Constants
-
visibleForTesting
→ const _VisibleForTesting
-
Used to annotate a declaration that was made public, so that it is more
visible than otherwise necessary, to make code testable.
Functions
-
max<T extends num>(T a, T b)
→ T
-
Returns the larger of two numbers.