toMap method
Implementation
@override
Map<String, dynamic> toMap() {
final map = super.toMap();
map[_type] = '_';
map[_clientIdInternalApp] = clientIdInternalApp;
map[_clientType] = 'flutter';
map[_credential] = credential;
return map;
}