apiValue property

String get apiValue

Implementation

String get apiValue {
  switch (this) {
    case Bundle.clipsGridPicker:
      return 'clips_grid_picker';
    case Bundle.messagingNonClips:
      return 'messaging_non_clips';
    case Bundle.stickerLayering:
      return 'sticker_layering';
    case Bundle.lowBandwidth:
      return 'low_bandwidth';
  }
}