doubleValue property

double get doubleValue

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

Implementation

double get doubleValue {
  return getDouble ?? 0;
}