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