@ -1,8 +1,11 @@
import 'package:meta/meta.dart' show immutable;
import '../documents/document.dart';
import '../quill_delta.dart';
@immutable
class DocChange {
DocChange(
const DocChange(
this.before,
this.change,
this.source,