state property

T state

The current state

Implementation

T get state;
void state=(T value)

Sync state mutation.

Use setState for more options

See: stateAsync for async state mutation

Implementation

set state(T value);