SheetsChartReference.fromJson constructor

SheetsChartReference.fromJson(
  1. Map json_
)

Implementation

SheetsChartReference.fromJson(core.Map json_)
    : this(
        chartId: json_['chartId'] as core.int?,
        spreadsheetId: json_['spreadsheetId'] as core.String?,
      );