doubleInt property

int doubleInt

Implementation

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