wsec property

String? get wsec

Implementation

String? get wsec => _$this._wsec;
set wsec (String? wsec)

Implementation

set wsec(String? wsec) => _$this._wsec = wsec;