value property

String get value

Implementation

String get value {
  switch (this) {
    case channelName:
      return "br.com.megamil/callSDK";
    case remoteConfig:
      return "system_config";
  }
}