SetSelf<T> typedef

SetSelf<T> = void Function(T value)

Represents function that sets the current pod's value

Implementation

typedef SetSelf<T> = void Function(T value);