dispatched abstract method

bool dispatched(
  1. dynamic t
)

checks if a given var's runtimeType is of the dispatching (related) type. the general implementation should be the same throughout all mediums and formats

Implementation

bool dispatched(dynamic t);