schema property

JsonObject? schema

Implementation

JsonObject? get schema => _$this._schema;
void schema=(JsonObject? schema)

Implementation

set schema(JsonObject? schema) => _$this._schema = schema;