toModel method

WebpushConfig toModel()

Implementation

fmc1.WebpushConfig toModel() {
  return fmc1.WebpushConfig(
    headers: headers,
    data: data,
    notification: notification?.toModel(),
    fcmOptions: fcmOptions?.toModel(),
  );
}