state property

T state

A state of this location.

Upon beaming, it will be populated by all necessary attributes. See BeamState.

Implementation

T get state => _state;
void state=(T state)

Implementation

set state(T state) => _state = state..configure();