options property Null safety

ApplicationOptions? options
read / write

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;