min property

  1. @override
int min
override

Returns the minimum value of this integer.

Implementation

@override
int get min => 0;