memberIds property
- @JsonKey(fromJson: fromGraphQLListUserIdToDartListUserId, toJson: fromDartListUserIdToGraphQLListUserId)
getter/setter pair
Implementation
@JsonKey(
fromJson: fromGraphQLListUserIdToDartListUserId,
toJson: fromDartListUserIdToGraphQLListUserId)
late List<UserId> memberIds;