V2TimFollowTypeCheckResult constructor

V2TimFollowTypeCheckResult({
  1. String? resultInfo,
  2. String? userID,
  3. int? resultCode,
  4. int? followType,
})

Implementation

V2TimFollowTypeCheckResult({
  this.resultInfo,
  this.userID,
  this.resultCode,
  this.followType,
});