dsts property
DataSet?
get
dsts
Implementation
t_nebula.DataSet? get dsts => this._dsts;
set
dsts
(DataSet? dsts)
Implementation
set dsts(t_nebula.DataSet? dsts) {
this._dsts = dsts;
}