ServicePath<T extends Portable> constructor
ServicePath<T extends Portable> ({})
Implementation
ServicePath({
required this.path,
required this.factory,
this.identity,
this.permissions,
});