Map<String, dynamic> jsonMap({bool asHex = false}) => { "op": op, "args": (asHex) ? bytesToHex(Uint8List.fromList(args)) : args, };