acceptedAt property

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

When the affiliate joined the project

Implementation

@BuiltValueField(wireName: r'accepted_at')
DateTime get acceptedAt;