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