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