PropertyResolver<S, T> typedef
PropertyResolver<S, T> =
T Function(Set<S> states)
return T value with the S state
Implementation
typedef PropertyResolver<S, T> = T Function(Set<S> states);
return T value with the S state
typedef PropertyResolver<S, T> = T Function(Set<S> states);