WSMessage constructor

WSMessage({
  1. required int code,
  2. String? data,
})

Implementation

WSMessage({required this.code, this.data});