Protocol constructor

Protocol({
  1. required Encoding encoding,
})

Implementation

Protocol({required this.encoding});