GetIntrospectionSchemaResponse constructor

GetIntrospectionSchemaResponse({
  1. Uint8List? schema,
})

Implementation

GetIntrospectionSchemaResponse({
  this.schema,
});