getComments method

dynamic getComments()

Implementation

getComments() {
  return _state[ActionType.comments];
}