lastInteraction property

  1. @BuiltValueField.new(wireName: r'lastInteraction')
DateTime get lastInteraction

The last time of interaction with the challenge.

Implementation

@BuiltValueField(wireName: r'lastInteraction')
DateTime get lastInteraction;