util/util library
Classes
-
Result<
T, E> - Since Dart's inference of generics is very weak, this is the only implementation possible here.
- SSEEvent
- SSEEventTransformer
- SSERaw
- SSERawTransformer
- Version
-
A version in format of
[<prefix>]<major>.<minor>.<patch>[-<type>][.<description>]
Enums
Functions
-
asIs<
T> (T it) → T - Returns the input value as is.