asNum property

  1. @override
num asNum
override

The value as a num, or throw if not.

Implementation

@override
num get asNum => value;