Service constructor

Service({
  1. List<IntentFilter>? intentFilter,
  2. String? name,
})

Implementation

Service({
  this.intentFilter,
  this.name,
});