value property

int? value

Implementation

int? get value {
  if (_$GroupPostPublicityEnumMap.containsKey(this)){
    return _$GroupPostPublicityEnumMap[this];
  }
  return null;
}