gini property

double? get gini

Implementation

double? get gini => _$this._gini;
set gini (double? gini)

Implementation

set gini(double? gini) => _$this._gini = gini;