canPutDefaultValue property

bool get canPutDefaultValue

Implementation

bool get canPutDefaultValue {
  if (!notNull) return true;
  return notNull && defaultValue != null;
}