isFor method

  1. @override
bool isFor(
  1. dynamic v
)
override

Implementation

@override
bool isFor(dynamic v) => v.runtimeType == T;