isTypeOf property

IsTypeOfWrapper<P>? isTypeOf
final

When provided, this function should return true for values which are associated with this object type

Implementation

final IsTypeOfWrapper<P>? isTypeOf;