toString method

  1. @override
String toString()
override

Generates a string representation of the Group.

Implementation

@override
String toString() {
  return 'Group{guid: $guid, owner: $owner, name: $name, icon: $icon, description: $description, metadata: $metadata, hasJoined: $hasJoined, membersCount: $membersCount, createdAt: $createdAt, joinedAt: $joinedAt, updatedAt: $updatedAt, tags: $tags, type: $type, scope: $scope, password: $password, isBannedFromGroup: $isBannedFromGroup}';
}