ReplaceAllShapesWithSheetsChartResponse.fromJson constructor

ReplaceAllShapesWithSheetsChartResponse.fromJson(
  1. Map json_
)

Implementation

ReplaceAllShapesWithSheetsChartResponse.fromJson(core.Map json_)
  : this(occurrencesChanged: json_['occurrencesChanged'] as core.int?);