DnaIdentityResponseResult constructor

DnaIdentityResponseResult({
  1. String address,
  2. String profileHash,
  3. String stake,
  4. int invites,
  5. int age,
  6. String state,
  7. String pubkey,
  8. int requiredFlips,
  9. int availableFlips,
  10. List<FlipKeyWordPair> flipKeyWordPairs,
  11. int madeFlips,
  12. int totalQualifiedFlips,
  13. double totalShortFlipPoints,
  14. dynamic flips,
  15. bool online,
  16. int generation,
  17. String code,
  18. List<Invitee> invitees,
  19. String penalty,
  20. dynamic lastValidationFlags,
})

Implementation

DnaIdentityResponseResult({
  this.address,
  this.profileHash,
  this.stake,
  this.invites,
  this.age,
  this.state,
  this.pubkey,
  this.requiredFlips,
  this.availableFlips,
  this.flipKeyWordPairs,
  this.madeFlips,
  this.totalQualifiedFlips,
  this.totalShortFlipPoints,
  this.flips,
  this.online,
  this.generation,
  this.code,
  this.invitees,
  this.penalty,
  this.lastValidationFlags,
});