update method

void update(
  1. NotificationBase model
)

Implementation

void update(NotificationBase model) {
  time = model.time;
}