memberIds property

  1. @JsonKey(fromJson: fromGraphQLListUserIdToDartListUserId, toJson: fromDartListUserIdToGraphQLListUserId)
List<UserId> memberIds
getter/setter pair

Implementation

@JsonKey(
    fromJson: fromGraphQLListUserIdToDartListUserId,
    toJson: fromDartListUserIdToGraphQLListUserId)
late List<UserId> memberIds;