all property
List of all available native functions.
These are automatically available in all DartBlock programs without needing to be declared by the user.
Implementation
static final List<DartBlockNativeFunction> all = [
randomInt,
sqrt,
abs,
pow,
round,
min,
max,
lowercase,
uppercase,
startsWith,
endsWith,
contains,
substring,
];