isEmpty property

bool isEmpty

Implementation

bool get isEmpty {
  return (_entity == null) &&
      _name.isEmpty &&
      _createTime.isEmpty &&
      _updateTime.isEmpty;
}