Plan.fromJson constructor

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

Creates a Plan instance from JSON data.

Implementation

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