all<T> static method

EndlessStateProperty<T> all<T>(
  1. Builder<T> builder
)

Convenience method for creating a EndlessStateProperty that resolves to a single value for all states.

Implementation

static EndlessStateProperty<T> all<T>(Builder<T> builder) =>
    _EndlessStatePropertyValue<T>(builder);