PlanInvite.fromJson constructor

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

Creates a PlanInvite from a JSON object.

Implementation

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