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