NotificationDetailInvite.fromJson constructor

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

Implementation

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