highlightLogEntryId property

  1. @override
int? get highlightLogEntryId
inherited

Implementation

@override
int? get highlightLogEntryId {
  _$highlightLogEntryIdAtom.reportRead();
  return super.highlightLogEntryId;
}
  1. @override
set highlightLogEntryId (int? value)
inherited

Implementation

@override
set highlightLogEntryId(int? value) {
  _$highlightLogEntryIdAtom.reportWrite(value, super.highlightLogEntryId, () {
    super.highlightLogEntryId = value;
  });
}