Closed tainanfochesatto closed 6 months ago
The constructors were created accepting minValue and maxValue as int. This PR fixes this issue by acceptig num as the type instead.
minValue
maxValue
num
Thank you so much! @tainanfochesatto
Your changes have been released!
The constructors were created accepting
minValue
andmaxValue
as int. This PR fixes this issue by acceptignum
as the type instead.