decode method
Decodes a JSON-compatible wire value.
Implementation
@override
PlanEntryPriority decode(Object? value) => PlanEntryPriority.fromJson(value);
Decodes a JSON-compatible wire value.
@override
PlanEntryPriority decode(Object? value) => PlanEntryPriority.fromJson(value);