menu
psdk_frame_father package
documentation
father/command/single/binary_command.dart
BinaryCommand
fromListInt static method
fromListInt static method
dark_mode
light_mode
fromListInt
static method
BinaryCommand
fromListInt
(
List
<
int
>
binary
)
Implementation
static BinaryCommand fromListInt(List<int> binary) { return make().appendListInt(binary); }
psdk_frame_father package
documentation
father/command/single/binary_command
BinaryCommand
fromListInt static method
BinaryCommand class