getProperty method

dynamic getProperty(
  1. String key
)

Implementation

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