ContactSendNotificationInput.fromJson constructor

ContactSendNotificationInput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ContactSendNotificationInput.fromJson(Map<String, Object?> json) =>
    _$ContactSendNotificationInputFromJson(json);