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