type property

String type
@JsonKey(required: true), read / write

The "type" of account, for example com.google for Google, com.facebook.messenger for Facebook Messenger.

Implementation

@JsonKey(required: true)
String type;