Returns an Int32 representation of this integer.
Narrower values are sign-extended and wider values have their high bits truncated.
@override Int32 toInt32() => this;