value property

int? value

Implementation

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