refId property

String? refId

Implementation

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