uiqId property

String? get uiqId

Implementation

String? get uiqId {
  _uiqId ??= file.uiqid;
  return _uiqId;
}