getSchema method
Returns the schema.
This throws an exception if called when schemas are not supported.
Implementation
String getSchema() {
return _schema!;
}
Returns the schema.
This throws an exception if called when schemas are not supported.
String getSchema() {
return _schema!;
}