string property

String? get string

Implementation

String? get string {
  return hasStringValue() ? stringValue : null;
}