SeccompProfile constructor

const SeccompProfile({
  1. String? localhostProfile,
  2. required String type,
})

Default constructor.

Implementation

const SeccompProfile({
  this.localhostProfile,
  required this.type,
});