intValue method

num? intValue()

Implementation

num? intValue() => modelValue is num ? modelValue : null;