toN method

  1. @override
int toN(
  1. num value
)
override

Converts value to N.

Implementation

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