getNum abstract method

ConstNum? getNum(
  1. String key
)

Gets a numeric property by name.

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

Implementation

ConstNum? getNum(String key);