Links constructor

Links({
  1. required String article,
})

Implementation

Links({required String article}) : _article = article;