ClassDiff constructor
const
ClassDiff({})
Implementation
const ClassDiff({
required this.className,
required this.libraryUri,
required this.instancesBefore,
required this.instancesAfter,
required this.bytesBefore,
required this.bytesAfter,
});