news_category constant

List<String> const news_category

Implementation

static const List<String> news_category = [
  "Politics", "Entertainment", "Science", "Sport", "Business", "Technology",
];