UserLeftData constructor

UserLeftData({
  1. String? userId,
  2. String? name,
})

Implementation

UserLeftData({this.userId, this.name});