environment property
Gets the information about the hosting environment an application is running in.
Implementation
@override
HostEnvironment get environment => _environment;
Gets the information about the hosting environment an application is running in.
@override
HostEnvironment get environment => _environment;