schema_id property

SchemaID? get schema_id

Implementation

t_nebula.SchemaID? get schema_id => this._schema_id;
set schema_id (SchemaID? schema_id)

Implementation

set schema_id(t_nebula.SchemaID? schema_id) {
  this._schema_id = schema_id;
}