id property

String? get id

Implementation

String? get id {
  return question?.id ?? answer?.id ?? note?.id;
}