getProperties method

dynamic getProperties(
  1. String key
)

Returns the chapter properties associated with the key.

Implementation

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