intValue property

int get intValue

转换为一个默认为为0 不为空的int类型

Implementation

int get intValue {
  return getInt ?? 0;
}