min property

  1. @override
int min

Returns the minimum finite value of this value.

Implementation

@override
int get min => -2147483648;