SecureServiceDescriptor class

Descriptor for a service that can be registered

Constructors

SecureServiceDescriptor({required String name, required String ownerModuleId, required Function service, List<String> allowedCallers = const []})

Properties

allowedCallers List<String>
final
hashCode int
The hash code for this object.
no setterinherited
isPublic bool
no setter
name String
final
ownerModuleId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Function
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited