StartupContext class

*<Null safety>*

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

incomingIncoming

Services that are available to this component. ...
final

outgoingOutgoing

Services and data exposed to other components. ...
final

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

viewRefHandle?

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