toJson method

Map<String, dynamic> toJson()

Converts this Plan instance to JSON data.

Implementation

Map<String, dynamic> toJson() => _$PlanToJson(this);