getComment method

dynamic getComment(
  1. String id
)

Implementation

getComment(String id) {
  return _state[ActionType.comments][id];
}