dispatched abstract method
- 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);
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
bool dispatched(dynamic t);