dartIntValue property

Int64? dartIntValue

Implementation

Int64? get dartIntValue {
  return this.intValue ?? this.uintValue ?? this.sintValue;
}