TestBytes constructor

TestBytes(
  1. {required bytes value,
  2. int? extra,
  3. int? clientId}
)

A simple object containing a sequence of bytes; for testing only

Implementation

TestBytes