PlanUpdateContent.fromJson constructor
PlanUpdateContent.fromJson(
- Object? json
Decodes the tagged union.
Implementation
factory PlanUpdateContent.fromJson(Object? json) =>
planUpdateContentCodec.decode(json);