empty<T> static method
Convenience method for creating a EndlessStateProperty that resolves to a single value for the empty state.
Implementation
static EndlessStateProperty<T> empty<T>(Builder<T> builder) =>
_EndlessStatePropertyValueWhenInState<T>(builder, EndlessState.empty);