SchemaBundle constructor

SchemaBundle({
  1. String? etag,
  2. String? name,
  3. ProtoSchema? protoSchema,
})

Implementation

SchemaBundle({this.etag, this.name, this.protoSchema});