VersionDiff constructor
const
VersionDiff({})
Creates a VersionDiff.
Implementation
const VersionDiff({
required this.fromVersion,
required this.toVersion,
this.addedFields = const {},
this.removedFields = const {},
this.modifiedFieldsOld = const {},
this.modifiedFieldsNew = const {},
});