getDefaultValue method
Returns the default value.
Returns String?. The default value or null` if list is empty.
Implementation
String? getDefaultValue() => $prototype.getDefaultValue(this);
Returns the default value.
Returns String?. The default value or null` if list is empty.
String? getDefaultValue() => $prototype.getDefaultValue(this);