getProperty method

dynamic getProperty(
  1. String key
)

Returns the property associated with the key.

Implementation

dynamic getProperty(String key) => this.getAllProperties()?[key];