DiffLogEntryBase.of({List<Change>? changes}) : super(<String, dynamic>{}, mtype: DiffLogEntryRef) { if (changes != null) this.changes = changes; }