ProxyMessageBase constructor

const ProxyMessageBase({
  1. int? id,
  2. String? type,
})

Implementation

const ProxyMessageBase({this.id, this.type});