MouseCursorModel constructor

MouseCursorModel(
  1. String socketId,
  2. String userId,
  3. String userName,
  4. double x,
  5. double y,
  6. Color cursorColor,
)

Implementation

MouseCursorModel(this.socketId, this.userId, this.userName, this.x, this.y, this.cursorColor);