NotificationSchemeAndProjectMappingJsonBean constructor

NotificationSchemeAndProjectMappingJsonBean({
  1. String? notificationSchemeId,
  2. String? projectId,
})

Implementation

NotificationSchemeAndProjectMappingJsonBean(
    {this.notificationSchemeId, this.projectId});