value property

String get value

Implementation

String get value {
  switch (this) {
    case AffiseConfig.FB_APP_ID:
      return "fb_app_id";
  }
}