Plans.fromJson constructor
Plans.fromJson(
- dynamic json
Implementation
Plans.fromJson(dynamic json) {
_planId = json['planId'];
_planDuration = json['planDuration'];
_sandBoxDuration = json['sandBoxDuration'];
}