defaultValue property

String? defaultValue
getter/setter pair

For numeric types, contains the original text representation of the value.

For booleans, "true" or "false". For strings, contains the default text contents (not escaped in any way). For bytes, contains the C escaped value. All bytes >= 128 are escaped.

Implementation

core.String? defaultValue;