NullableDoublePick extension

on

Properties

asDouble double Function()
no setter

Methods

asDoubleOrNull() double?
Returns the picked value as double? or returns null when the picked value is absent
asDoubleOrThrow() double
Returns the picked value as double or throws