ExtNotification constructor

ExtNotification(
  1. Object? value
)

Implementation

ExtNotification(Object? value)
  : value = value == null ? null : deepFreezeAcpJson(value!)!;