doubleValue property

double? get doubleValue

获取可选double,类型匹配才有值

Implementation

double? get doubleValue => numValue?.toDouble();