Creates an unknown capsule with the given type and data.
type
data
UnknownCapsule(int type, Uint8List data) : super(type: type, data: data);