SchemaBundle constructor
SchemaBundle({
- String? etag,
- String? name,
- ProtoSchema? protoSchema,
Implementation
SchemaBundle({this.etag, this.name, this.protoSchema});