exports/platform_native library

Classes

CancelableTimer
CancelableTimerPeriodic
ConverterPassthroughSink<S, T, C extends Converter<S, T>>
DataHistorySink<T>
Sink that keeps a configurable sliding-buffer of data in memory.
DurationUtil
Inspect
InspectOptions
JsonUtil
Memoizer<T>
Synchronous version of AsyncMemoizer
StringPointer
A class that keep an offset attached to a string giving a C-string-pointer like object.

Typedefs

JsonArray = List<JsonValue?>
JsonCollection = List<JsonObject>
JsonMap = JsonObject
JsonNumber = double
JsonObject = Map<JsonString, JsonValue?>
JsonString = String
JsonValue = Object?
UriQueryParameters = Map<String, dynamic>
Uri query parameters value is either String or Iterable<String>