menu
antidart package
documentation
kotlin.dart
max function
max function
dark_mode
light_mode
max
function
num
max
(
num
a
,
num
b
)
Returns the greater of two values.
Implementation
num max(num a, num b) => math.max(a, b);
antidart package
documentation
kotlin
max function
kotlin.stdlib library