KeywordDetailsParams constructor

KeywordDetailsParams({
  1. required int id,
})

Implementation

KeywordDetailsParams({
  required this.id,
});