DnaIdentityResponseResult class

Constructors

DnaIdentityResponseResult({String? address, String? profileHash, String? stake, int? invites, int? age, String? state, String? pubkey, int? requiredFlips, int? availableFlips, List<FlipKeyWordPair?>? flipKeyWordPairs, int? madeFlips, int? totalQualifiedFlips, double? totalShortFlipPoints, dynamic flips, bool? online, int? generation, String? code, List<Invitee?>? invitees, String? penalty, dynamic lastValidationFlags})
DnaIdentityResponseResult.fromJson(Map<String?, dynamic>? json)
factory

Properties

address String?
getter/setter pair
age int?
getter/setter pair
availableFlips int?
getter/setter pair
code String?
getter/setter pair
flipKeyWordPairs List<FlipKeyWordPair?>?
getter/setter pair
flips ↔ dynamic
getter/setter pair
generation int?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
invitees List<Invitee?>?
getter/setter pair
invites int?
getter/setter pair
lastValidationFlags ↔ dynamic
getter/setter pair
madeFlips int?
getter/setter pair
online bool?
getter/setter pair
penalty String?
getter/setter pair
profileHash String?
getter/setter pair
pubkey String?
getter/setter pair
requiredFlips int?
getter/setter pair
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited
stake String?
getter/setter pair
state String?
getter/setter pair
totalQualifiedFlips int?
getter/setter pair
totalShortFlipPoints double?
getter/setter pair

Methods

noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String?, dynamic>?
toString() String?
A string representation of this object.
inherited

Operators

operator ==(Object? other) bool?
The equality operator.
inherited