InsertInlineSheetsChartResponse.fromJson constructor

InsertInlineSheetsChartResponse.fromJson(
  1. Map json_
)

Implementation

InsertInlineSheetsChartResponse.fromJson(core.Map json_)
  : this(objectId: json_['objectId'] as core.String?);