NotificareCustomActionReceivedEvent.fromJson constructor

NotificareCustomActionReceivedEvent.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory NotificareCustomActionReceivedEvent.fromJson(
  Map<String, dynamic> json,
) =>
    _$NotificareCustomActionReceivedEventFromJson(json);