type property

  1. @override
Type get type
override

Implementation

@override
Type get type => useModelInstanciator != null ? useModelInstanciator!.call({}).runtimeType : T;