Connection constructor
Connection({})
Implementation
Connection({
required this.id,
required this.name,
required this.type,
this.revoked,
this.integrations,
required this.verified,
required this.friendSync,
required this.showActivity,
required this.visibility,
});