stringValue property

JSONString get stringValue

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

Implementation

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