PlanEntryPriority.fromJson constructor
PlanEntryPriority.fromJson(
- Object? value
Implementation
factory PlanEntryPriority.fromJson(Object? value) =>
_planEntryPriorityCodec.decode(value);
factory PlanEntryPriority.fromJson(Object? value) =>
_planEntryPriorityCodec.decode(value);