typeFactory property

  1. @override
Function get typeFactory
override

A type factory is what makes generic types work.

Implementation

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