Connection constructor

Connection({
  1. dynamic features,
  2. String? connectionId,
})

Implementation

Connection({
  this.features,
  this.connectionId,
});