getProperty method
Returns the property associated with the key.
Implementation
dynamic getProperty(String key) => this.getAllProperties()?[key];
Returns the property associated with the key.
dynamic getProperty(String key) => this.getAllProperties()?[key];