isFor method

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

Implementation

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