statusPublishList1 property

List<KeyValueModel> statusPublishList1
getter/setter pair

Implementation

static List<KeyValueModel> statusPublishList1 = [
  KeyValueModel(
      key: "label_visible_anyone".tr,
      value: EnumStatusPublish.public.index.toString(),
      valueInt: EnumStatusPublish.public.index,
      flag: "🌐"),
  KeyValueModel(
      key: "label_visible_only_me".tr,
      value: EnumStatusPublish.private.index.toString(),
      valueInt: EnumStatusPublish.private.index,
      flag: "🔐"),
];