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