typeFactory property

  1. @override
Function typeFactory
override

A type factory is what makes generic types work.

Implementation

@override
Function get typeFactory => <T>(f) => f<IgnoreEqualityBox<T>>();