NotificationsServerInformation constructor

const NotificationsServerInformation(
  1. String name,
  2. String vendor,
  3. String version,
  4. String specVersion,
)

Implementation

const NotificationsServerInformation(
    this.name, this.vendor, this.version, this.specVersion);