profile property

String get profile

The profile which the process is associated with.

Implementation

String get profile => _wrapped.profile;
set profile (String v)

Implementation

set profile(String v) {
  _wrapped.profile = v;
}