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