flutter_contacts
account
Account
Account constructor
Account
flutter_contacts
account
Account
Account constructor
Account class
Constructors
Account
fromJson
Properties
hashCode
mimetypes
name
rawId
runtimeType
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Account
constructor
Account
(
String
rawId
,
String
type
,
String
name
,
[
List
<
String
>
mimetypes
=
const []
]
)
Implementation
Account(this.rawId, this.type, this.name, [this.mimetypes = const []]);