getSchema method

String getSchema()

Returns the schema.

This throws an exception if called when schemas are not supported.

Implementation

String getSchema() {
  return _schema!;
}