schema property

Schema? get schema

Implementation

Schema? get schema => this._schema;
set schema (Schema? schema)

Implementation

set schema(Schema? schema) {
  this._schema = schema;
}