MethodApplier<T> typedef
MethodApplier<T> =
void Function(AbstractType<T, AbstractType<dynamic, AbstractType> > , List args)
@internal
Implementation
typedef MethodApplier<T> = void Function(AbstractType<T, AbstractType>, List<dynamic> args);