value property Null safety

int value

Implementation

int get value {
  return _mapping[this]!;
}