updatedAt property

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

The program updated at

Implementation

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