DiffChange.fromJson constructor

DiffChange.fromJson(
  1. Object? json
)

Decodes the tagged union.

Implementation

factory DiffChange.fromJson(Object? json) => diffChangeCodec.decode(json);