PlanInvite.fromJson constructor
Creates a PlanInvite from a JSON object.
Implementation
factory PlanInvite.fromJson(Map<String, Object?> json) => _$PlanInviteFromJson(json);
Creates a PlanInvite from a JSON object.
factory PlanInvite.fromJson(Map<String, Object?> json) => _$PlanInviteFromJson(json);