sintValue property

Int64? sintValue

Implementation

Int64? get sintValue {
  final value = this.value;
  return type == ValueType.sint ? value as Int64 : null;
}