AngelEnvironment constructor

const AngelEnvironment([
  1. String? _customValue
])

You can optionally provide a custom value, in order to override the system's value.

Implementation

const AngelEnvironment([this._customValue]);