Group constructor
- {required String guid,
- String owner = '',
- required String name,
- String? icon,
- String? description,
- bool hasJoined = false,
- int membersCount = 0,
- DateTime? createdAt,
- DateTime? joinedAt,
- DateTime? updatedAt,
- Map<
String, dynamic> ? metadata, - List<
String> tags = const [], - required String type,
- String? scope,
- String? password}
Implementation
Group