menu
stomp_dart_client package
documentation
stomp_frame.dart
StompFrame
StompFrame constructor
StompFrame constructor
dark_mode
light_mode
StompFrame
constructor
StompFrame
(
{
required
String
command
,
Map
<
String
,
String
>
headers
=
const {}
,
String
?
body
,
Uint8List
?
binaryBody
,
})
Implementation
StompFrame({ required this.command, this.headers = const {}, this.body, this.binaryBody, });
stomp_dart_client package
documentation
stomp_frame
StompFrame
StompFrame constructor
StompFrame class