numValue property

JSONNum get numValue

转换为一个默认为为0 不为空的Number类型

Implementation

JSONNum get numValue {
  return num ?? 0;
}