isDynamic property

bool get isDynamic

Implementation

bool get isDynamic {
  return token is DynamicToken;
}