AccountParams class

Defined parameters for an account

Constructors

AccountParams({DefAcs? defacs, Map<String, dynamic>? public, Map<String, dynamic>? private, List<String>? tags, String? token, List<Credential>? cred})

Properties

cred List<Credential>?
Response to a request for credential verification
getter/setter pair
defacs DefAcs?
Default access parameters for user's me topic.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
private Map<String, dynamic>?
Private application-defined data accessible on me topic.
getter/setter pair
public Map<String, dynamic>?
Public application-defined data exposed on me topic.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tags List<String>?
List of string tags for user discovery.
getter/setter pair
token String?
Authentication token to use.
getter/setter pair

Methods

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

Operators

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