Connection constructor
Connection({
- dynamic features,
- String? connectionId,
Implementation
Connection({
this.features,
this.connectionId,
});
Connection({
this.features,
this.connectionId,
});