environmentCount property

int? get environmentCount

Implementation

int? get environmentCount => _$this._environmentCount;
set environmentCount (int? environmentCount)

Implementation

set environmentCount(int? environmentCount) =>
    _$this._environmentCount = environmentCount;