uidFirst property

String get uidFirst

Implementation

String get uidFirst{
  final ls = split('-');
  return ls.isEmpty ? this : ls.first;
}