QYUserInfoParams constructor

QYUserInfoParams({
  1. String? userId,
  2. String? data,
})

Implementation

QYUserInfoParams({
  this.userId,
  this.data,
});