defaultValue property
Object?
get
defaultValue
A properties default value.
Used if the property is called before being explicitly set.
Implementation
Object? get defaultValue => _defaultValue;
A properties default value.
Used if the property is called before being explicitly set.
Object? get defaultValue => _defaultValue;