FromArrayConstructor<T> typedef
FromArrayConstructor<T> =
T Function(List args)
Implementation
typedef FromArrayConstructor<T> = T Function(List<dynamic> args);
typedef FromArrayConstructor<T> = T Function(List<dynamic> args);