getNumberProperty method

num? getNumberProperty(
  1. String key
)

Returns the property associated with the key.

Implementation

num? getNumberProperty(String key) => this.getAllProperties()?[key];