ExtendSchemaRequest.fromJson constructor

ExtendSchemaRequest.fromJson(
  1. 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?,
      );