PlanUpdateContent.fromJson constructor

PlanUpdateContent.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory PlanUpdateContent.fromJson(Object? json) =>
    planUpdateContentCodec.decode(json);