updatedAt property

  1. @BuiltValueField.new(wireName: r'updated_at')
DateTime? get updatedAt

The updated at of the reward

Implementation

@BuiltValueField(wireName: r'updated_at')
DateTime? get updatedAt;