integrations property

List<String> integrations

An immutable list of integrations enabled in the SDK that created the Event.

Implementation

List<String> get integrations => List.unmodifiable(_integrations);