PriorityUpdateFrame constructor

PriorityUpdateFrame({
  1. required int streamId,
  2. required String priorityFieldValue,
})

Creates a PRIORITY_UPDATE frame for streamId with priorityFieldValue.

Implementation

PriorityUpdateFrame({
  required this.streamId,
  required this.priorityFieldValue,
});