ExtendSchemaRequest constructor

ExtendSchemaRequest({
  1. String? description,
  2. String? fileContents,
  3. String? gcsPath,
})

Implementation

ExtendSchemaRequest({this.description, this.fileContents, this.gcsPath});