intValue property

JSONInt intValue

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

Implementation

JSONInt get intValue {
  return int ?? 0;
}