isFor method

bool isFor(
  1. dynamic v
)

Implementation

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