indices property
IndexSpec?
get
indices
Implementation
IndexSpec? get indices => this._indices;
set
indices
(IndexSpec? indices)
Implementation
set indices(IndexSpec? indices) {
this._indices = indices;
}