StateUpdate.fromJson constructor

StateUpdate.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory StateUpdate.fromJson(Object? json) => stateUpdateCodec.decode(json);