DropboxAccount class

Represents a Dropbox user's account information.

Constructors

DropboxAccount({required String accountId, required String displayName, required String email})
DropboxAccount.fromJson(Map<String, dynamic> json)
Creates a DropboxAccount from a JSON map.
factory

Properties

accountId → String
The user's unique Dropbox account ID.
final
displayName → String
The user's display name.
final
email → String
The user's email address.
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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