DropboxAccount class
Dropbox 계정 정보를 나타내는 클래스입니다.
Constructors
- DropboxAccount({required String accountId, required String email, required String name, String? profilePhotoUrl, required bool disabled, String? country})
-
DropboxAccount.fromJson(Map<
String, dynamic> json) -
factory
Properties
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