getProperty method

dynamic getProperty(
  1. String key
)

Given a key for a property returns the property value for such key, null otherwise.

Implementation

dynamic getProperty(String key) => properties[key];