getFormatProperty method
Returns the format property associated with the key.
Implementation
dynamic getFormatProperty(String key) => getFormatProperties()?[key];
Returns the format property associated with the key.
dynamic getFormatProperty(String key) => getFormatProperties()?[key];