name property

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

The "name" of the account, type-specific. For example it's the Gmail address for com.google, but just "WhatsApp" for WhatsApp.

Implementation

@JsonKey(required: true)
String name;