IntegrationInfo constructor
IntegrationInfo({})
Constructor to initialize integration metadata.
Requires name, type, version, and publicKey.
Implementation
IntegrationInfo({
required this.name,
required this.type,
required this.version,
required this.publicKey,
});