isStatic property Null safety

bool isStatic

Implementation

bool get isStatic {
  return !(isOnce || isDynamic);
}