menu
entity package
documentation
oid.dart
GetRandomInts typedef
GetRandomInts typedef
dark_mode
light_mode
GetRandomInts
typedef
GetRandomInts
=
List
<
int
>
Function
(
int
length
)
The type of random generator
length
specifies the number of integers to generate.
Implementation
typedef List<int> GetRandomInts(int length);
entity package
documentation
oid
GetRandomInts typedef
entity.oid library