wireValue property
String
get
wireValue
The wire value sent to the native SDK.
Implementation
String get wireValue =>
this == Environment.staging ? 'STAGING' : 'PRODUCTION';
The wire value sent to the native SDK.
String get wireValue =>
this == Environment.staging ? 'STAGING' : 'PRODUCTION';