getDefaultValue method

String? getDefaultValue()

Returns the default value.

Returns String?. The default value or null` if list is empty.

Implementation

String? getDefaultValue() => $prototype.getDefaultValue(this);