AppNotificationModel constructor

AppNotificationModel([
  1. void updates(
    1. AppNotificationModelBuilder
    )
])

Implementation

factory AppNotificationModel([void Function(AppNotificationModelBuilder) updates]) = _$AppNotificationModel;