Expand<S> typedef

Expand<S> = List Function(S state)

Implementation

typedef Expand<S> = List<dynamic> Function(S state);