stringValue property

String get stringValue

转换为一个默认为为空的String类型

Implementation

String get stringValue {
  return string ?? "";
}