environment property

  1. @override
HostEnvironment get environment
override

Gets the information about the hosting environment an application is running in.

Implementation

@override
HostEnvironment get environment => _environment;