defaultValue property

int get defaultValue

Implementation

int get defaultValue {
  if (this == null) {
    return 0;
  }
  return this!;
}