isRelations method

bool isRelations()

Implementation

bool isRelations() {
  return relations?.isNotEmpty == true;
}