doubleInt property

int get doubleInt

Implementation

int get doubleInt {
  return this != null ? this!.toInt() : 0;
}