GoogleAppsScriptTypeExecutionApiConfig.fromJson constructor

GoogleAppsScriptTypeExecutionApiConfig.fromJson(
  1. Map json_
)

Implementation

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