GetSchemaAsJsonResponse constructor

GetSchemaAsJsonResponse({
  1. String? document,
  2. String? name,
})

Implementation

GetSchemaAsJsonResponse({
  this.document,
  this.name,
});