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