mimetypes property
@JsonKey(defaultValue: const []), read / write
Which data types are contributed to by this account.
For example a Gmail
account can provide data of mime types vnd.android.cursor.item/email_v2
,
vnd.android.cursor.item/identity
, or vnd.android.cursor.item/note
.
They can also be type-specific, for example Skype provides types
vnd.android.cursor.item/com.skype4life.phone
and
vnd.android.cursor.item/com.skype4life.name
.
Implementation
@JsonKey(defaultValue: [])
List<String> mimetypes;