const factory TokenWithGroup({ required String token, required String groupId, @Default(null) String? groupName, }) = _TokenWithGroup;