isEmpty property
      
      bool
      get
      isEmpty
      
    
    
Элементы отсутствуют.
Implementation
bool get isEmpty {
  bool res = _CStringRouteLongAttribute_isEmpty(_CStringRouteLongAttributeMakeDefault().._impl=_self);
  return res;
}