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