Style.fromJson constructor

Style.fromJson(
  1. String source
)

Decode from json

Implementation

factory Style.fromJson(String source) => Style.fromMap(json.decode(source));