RoundToScale.fromJson constructor
RoundToScale.fromJson(
- Map json_
Implementation
RoundToScale.fromJson(core.Map json_)
: this(scale: json_['scale'] as core.int?);
RoundToScale.fromJson(core.Map json_)
: this(scale: json_['scale'] as core.int?);