getProperty method

dynamic getProperty(
  1. String key
)

Returns the chapter property associated with the key.

Implementation

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