AccPacketData constructor

AccPacketData({
  1. String? user,
  2. String? scheme,
  3. String? secret,
  4. bool? login,
  5. List<String>? tags,
  6. Map<String, dynamic>? desc,
  7. dynamic cred,
  8. String? token,
})

Implementation

AccPacketData({
  this.user,
  this.scheme,
  this.secret,
  this.login,
  this.tags,
  this.desc,
  this.cred,
  this.token,
});