toString method
Never prints the tenant key in full — see redactKey.
Implementation
@override
String toString() => 'ColadaConfig(publicTenantKey: '
'${redactKey(publicTenantKey)}, debug: $debug, strictMode: $strictMode, '
'existingDeviceId: ${existingDeviceId ?? 'null'}, '
'automaticDeepLinkForwarding: $automaticDeepLinkForwarding)';