createFromString static method
- String styleString
Creates an instance of Style from a JSON string.
styleStringJSON style string.
Returns Style. Style instance.
Throws JsonStyleFactoryInstantiationException. Indicates failure to create Style from JSON string.
Implementation
static Style createFromString(String styleString) => $prototype.createFromString(styleString);