doubleValue property

JSONDouble get doubleValue

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

Implementation

JSONDouble get doubleValue {
  return double ?? 0;
}