UpdateSchemaRequest constructor

UpdateSchemaRequest({
  1. DebugOptions? debugOptions,
  2. Schema? schema,
  3. bool? validateOnly,
})

Implementation

UpdateSchemaRequest({this.debugOptions, this.schema, this.validateOnly});