*<Null safety>*
Context information that this component received at startup.
The StartupContext holds references to the services and connections that the component was launched with. Authors can use the startup context to access useful information for connecting to other components and interacting with the framework.
Constructors
StartupContext ({required Incoming incoming, required Outgoing outgoing, Handle? viewRef})
StartupContext.fromStartupInfo ()
Creates a startup context from the process startup info. ...
factory
Properties
hashCode → int
The hash code for this object. ...
read-only, inherited
incoming → Incoming
Services that are available to this component. ...
final
outgoing → Outgoing
Services and data exposed to other components. ...
final
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited
viewRef → Handle?
Handle of the ViewRef
of this component. ...
final
Methods
noSuchMethod(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed. ...
inherited
toString() String
Returns a string representation of this object.
inherited
Operators
operator ==(Object other) bool
The equality operator. ...
inherited