isInstance method

bool isInstance(
  1. Object o
)
inherited

Implementation

bool isInstance(Object o) => o is T;