nullSafeOrEmpty property

num get nullSafeOrEmpty

默认值

Implementation

num get nullSafeOrEmpty => this ?? 0;