ExtNotification constructor

ExtNotification(
  1. AcpJsonValue value
)

Creates a raw-preserving schema union value.

Implementation

ExtNotification(AcpJsonValue value) : value = value;