menu
flowdb package
documentation
flutter.dart
Random
nextInt static method
nextInt static method
dark_mode
light_mode
nextInt
static method
int
nextInt
(
int
max
)
Implementation
static int nextInt(int max) => math.Random().nextInt(max);
flowdb package
documentation
flutter
Random
nextInt static method
Random class