mediator/rx/rx_impl library

Classes

Rx<T>
Rx
RxBool
Rx class for bool Type.
RxImpl<T>
A proxy object class, for variables to turn into a watched one.
RxString
Rx class for String Type.

Extensions

RxBoolExt on bool
Extension for bool type to Rx object.
RxExt on T
Extension for all others type to Rx object.
RxStringExt on String
Extension for string type to Rx object.
SignalExt on T
Extension for Signal type aliase.

Functions

numToString128(int value) String
Encode a number into a string

Typedefs

Signal<T> = Rx<T>
type alias