ConnectionResponse constructor
const
ConnectionResponse({})
Implementation
const ConnectionResponse({
required this.id,
required this.type,
required this.name,
required this.verified,
required this.visibilityFlags,
required this.sortOrder,
});