intOrZero property

int get intOrZero

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

Implementation

int get intOrZero => intOrDefValue(0);