isDynamic property

  1. @Deprecated('Use `is DynamicType` instead')
bool isDynamic

Return true if this type represents the type 'dynamic'.

Implementation

@Deprecated('Use `is DynamicType` instead')
bool get isDynamic;