LocalChange constructor
LocalChange({})
Implementation
LocalChange({
required this.createMoment,
required this.entityType,
required this.entityId,
required this.entityRev,
required this.protoBytes,
required this.deleted,
this.concluded = false,
this.concludedMoment,
this.error,
this.dismissed = false,
});