toModel method

Notification toModel()

Implementation

fmc1.Notification toModel() {
  return fmc1.Notification(title: title, body: body, image: imageUrl);
}