toInt method

  1. @override
int toInt()
override

Converts this Number to a dart:core int.

Implementation

@override
int toInt() => value.toInt();