answered property

bool get answered

Implementation

bool get answered {
  return (!S.isNullOrEmpty(value));
}