LineStyle.fromJson constructor
LineStyle.fromJson(
- Map json_
Implementation
LineStyle.fromJson(core.Map json_)
: this(
type: json_['type'] as core.String?,
width: json_['width'] as core.int?,
);