numOrZero property

num get numOrZero

获取num值,类型匹配才有值,默认0

Implementation

num get numOrZero => numOrDefValue(0);