isDynamic property

bool isDynamic

Whether this is considered dynamic.

Implementation

bool get isDynamic => this == $dynamic;