wireValue property

String get wireValue

The wire value sent to the native SDK.

Implementation

String get wireValue =>
    this == Environment.staging ? 'STAGING' : 'PRODUCTION';