isAnswer property

bool isAnswer

Implementation

bool get isAnswer {
  return type == 'answer';
}