refId property

String? get refId

Implementation

String? get refId {
  if (isEmpty) return null;
  return first.refId;
}