ExtendSchemaRequest.fromJson constructor
ExtendSchemaRequest.fromJson(
- Map json_
Implementation
ExtendSchemaRequest.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
fileContents: json_['fileContents'] as core.String?,
gcsPath: json_['gcsPath'] as core.String?,
);