defaultValue property Null safety
final
The default value for this attribute.
By default, null. This value is a String, so the underlying persistent store is responsible for parsing it. This allows for default values that aren't constant values, such as database function calls.
Implementation
final String? defaultValue;