Service constructor
Service({
- List<
IntentFilter> ? intentFilter, - String? name,
Implementation
Service({
this.intentFilter,
this.name,
});
Service({
this.intentFilter,
this.name,
});