PlanDeadline.fromJson constructor

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

Creates a PlanDeadline from a JSON object.

Implementation

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