isFor method

bool isFor(
  1. dynamic v
)
inherited

Implementation

bool isFor(dynamic v) => v is T;