isDynamic property
Return true
if this type represents the type 'dynamic'.
Implementation
@Deprecated('Use `is DynamicType` instead')
bool get isDynamic;
Return true
if this type represents the type 'dynamic'.
@Deprecated('Use `is DynamicType` instead')
bool get isDynamic;