getU64 method Null safety

int? getU64()

Implementation

int? getU64() {
  return this.obj?.u64?.uint64;
}