isNum property

  1. @override
bool isNum
override

Whether the value is a num.

Implementation

@override
bool get isNum => true;