index_params property
IndexParams?
get
index_params
Implementation
IndexParams? get index_params => this._index_params;
set
index_params
(IndexParams? index_params)
Implementation
set index_params(IndexParams? index_params) {
this._index_params = index_params;
}