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