getDouble abstract method

ConstDouble? getDouble(
  1. String key
)

Gets a double property by name.

@param key The property name @return The double value, or null if not found or not a double

Implementation

ConstDouble? getDouble(String key);