getFormatProperty method

dynamic getFormatProperty(
  1. String key
)

Returns the format property associated with the key.

Implementation

dynamic getFormatProperty(String key) => getFormatProperties()?[key];