CreateSheetsChartResponse.fromJson constructor
CreateSheetsChartResponse.fromJson(
- Map json_
Implementation
CreateSheetsChartResponse.fromJson(core.Map json_)
: this(objectId: json_['objectId'] as core.String?);