utils/parser/int_parser library

Functions

safeParseInt(dynamic value, {int fallback = 0}) int
Safely parses a dynamic value to an int.
tryParseInt(dynamic value) int?
Attempts to parse a dynamic value to an int.