hasDefaultValue property
bool
get
hasDefaultValue
Returns true if defaultValue is NOT null.
Implementation
bool get hasDefaultValue => defaultValue != null;
Returns true if defaultValue is NOT null.
bool get hasDefaultValue => defaultValue != null;