getI64 method Null safety

int? getI64()

Implementation

int? getI64() {
  return this.obj?.i64?.int64;
}