JdbNotificationRevision constructor

JdbNotificationRevision(
  1. String name,
  2. int revision
)

Revision for one storage

Implementation

JdbNotificationRevision(this.name, this.revision);