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