os property

String? get os

Implementation

String? get os => _$this._os;
set os (String? os)

Implementation

set os(String? os) => _$this._os = os;