menu
psdk_frame_father package
documentation
father/command/print/command.dart
Command
hex method
hex method
dark_mode
light_mode
hex
method
String
hex
(
{
HexOutput
?
output
,
})
Implementation
String hex({HexOutput? output}) { return (output ?? HexOutput.def()).format(binary()); }
psdk_frame_father package
documentation
father/command/print/command
Command
hex method
Command class