lastInteraction property

DateTime? get lastInteraction

Implementation

DateTime? get lastInteraction => _$this._lastInteraction;
set lastInteraction (DateTime? lastInteraction)

Implementation

set lastInteraction(DateTime? lastInteraction) =>
    _$this._lastInteraction = lastInteraction;