Schemas constructor

Schemas({
  1. String? etag,
  2. String? kind,
  3. List<Schema>? schemas,
})

Implementation

Schemas({this.etag, this.kind, this.schemas});