menu
ixp_runtime package
documentation
ixp_runtime.dart
Convert
toInt property
toInt property
dark_mode
light_mode
toInt
property
Converter
<
int
>
get
toInt
Parses an int from a string.
Implementation
static Converter<int> get toInt => (s) => int.parse(s);
ixp_runtime package
documentation
ixp_runtime
Convert
toInt property
Convert class