getDefaultValue method

String? getDefaultValue()

Returns the default value.

In case of empty list return null.

Returns String?. Returns the default value.

Implementation

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