numValue property

num get numValue

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

Implementation

num get numValue {
  return getNum ?? 0;
}