isKind abstract method

bool isKind({
  1. required Class of,
})

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class.

Implementation

bool isKind({required Class of});