SELinuxOptions constructor

const SELinuxOptions({
  1. String? level,
  2. String? role,
  3. String? type,
  4. String? user,
})

Default constructor.

Implementation

const SELinuxOptions({
  this.level,
  this.role,
  this.type,
  this.user,
});