value property
Object
get
value
Implementation
Object get value => switch (this) {
PbIntMapKey(:final value) => value,
PbStringMapKey(:final value) => value,
};
Object get value => switch (this) {
PbIntMapKey(:final value) => value,
PbStringMapKey(:final value) => value,
};