mobync
mobync
MobyncAPI
addOne method
addOne
mobync
mobync
MobyncAPI
addOne method
MobyncAPI class
Properties
hashCode
runtimeType
Methods
addOne
noSuchMethod
toString
Operators
operator ==
Static properties
instance
addOne
method
int
addOne
(
int
value
)
Returns
value
plus 1.
Implementation
int addOne(int value) => value + 1;