setKeywords method

dynamic setKeywords(
  1. List<String> value
)

Implementation

setKeywords(List<String> value) {
  _keywords = value;
}