options property

ApplicationOptions? options
getter/setter pair

The configuration options used to start the application this channel belongs to.

These options are set when starting the application. Changes to this object have no effect on other isolates.

Implementation

ApplicationOptions? options;