schema method

BagelMetaRequest schema(
  1. String collection
)

Get information about the collection schema

Implementation

BagelMetaRequest schema(String collection) {
  return BagelMetaRequest(instance: this, collectionID: collection);
}