menu
rms_terminal_sdk package
documentation
rms_terminal_sdk.dart
TerminalConfig
hexListToNumberList method
hexListToNumberList method
dark_mode
light_mode
hexListToNumberList
method
List
<
int
>
hexListToNumberList
(
List
<
String
>
codes
)
Implementation
List<int> hexListToNumberList(List<String> codes) => codes.map((e) => hexToNumber(e)).toList();
rms_terminal_sdk package
documentation
rms_terminal_sdk
TerminalConfig
hexListToNumberList method
TerminalConfig class